This commit is contained in:
2023-09-08 21:15:17 +05:30
parent 570dc4e547
commit 130d50f9f8
2 changed files with 3 additions and 1 deletions

View File

@@ -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<>();