mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
fix typo
This commit is contained in:
parent
e50102067a
commit
99436ae75e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class DrugDetailFragment extends Fragment {
|
|||
|
||||
// Show the dummy content as text in a TextView.
|
||||
if (drug != null) {
|
||||
// Find each conponment of rootView
|
||||
// Find each component of rootView
|
||||
nameView = detailView.findViewById(R.id.name_cell);
|
||||
TextView nameLabel = nameView.findViewById(R.id.label);
|
||||
TextView nameValue = nameView.findViewById(R.id.value);
|
||||
|
|
Loading…
Reference in a new issue