Skip to content

Commit

Permalink
Reset initial state of earlier date picker widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Feb 6, 2020
1 parent ed711c4 commit 79d5147
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ private ViewGroup setUpViews(LayoutInflater inflater, ViewGroup container) {
editWeight = dialogView.findViewById(R.id.edit_weight);
editHeight = dialogView.findViewById(R.id.edit_height);
earlierDatePicker = dialogView.findViewById(isNumericDatePicker ? R.id.earlier_date_picker_numeric :R.id.earlier_date_picker);
earlierDatePicker.setVisibility(View.VISIBLE);
nameView = dialogView.findViewById(R.id.child_name);
numberView = dialogView.findViewById(R.id.child_zeir_id);
ageView = dialogView.findViewById(R.id.child_age);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ private ViewGroup setUpViews(LayoutInflater inflater, ViewGroup container) {

editWeight = dialogView.findViewById(R.id.edit_weight);
earlierDatePicker = dialogView.findViewById(isNumericDatePicker ? R.id.earlier_date_picker_numeric : R.id.earlier_date_picker);
earlierDatePicker.setVisibility(View.VISIBLE);
nameView = dialogView.findViewById(R.id.child_name);
numberView = dialogView.findViewById(R.id.child_zeir_id);
ageView = dialogView.findViewById(R.id.child_age);
Expand Down

0 comments on commit 79d5147

Please sign in to comment.