.
This commit is contained in:
@@ -242,6 +242,8 @@ public class AddReminderFragment extends Fragment implements CompoundButton.OnCh
|
||||
}, calendar.get(Calendar.YEAR), calendar.get(Calendar.MONTH), calendar.get(Calendar.DAY_OF_MONTH));
|
||||
|
||||
datePickerDialog.getDatePicker().setMinDate(System.currentTimeMillis());
|
||||
datePickerDialog.setTitle("Select a refill date");
|
||||
datePickerDialog.setMessage("click on the fields to enter date manually");
|
||||
|
||||
frequencyList = new ArrayList<>();
|
||||
medicationTypeList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user