.
This commit is contained in:
2
.idea/deploymentTargetDropDown.xml
generated
2
.idea/deploymentTargetDropDown.xml
generated
@@ -12,7 +12,7 @@
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</runningDeviceTargetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2023-09-08T14:12:59.121177600Z" />
|
||||
<timeTargetWasSelectedWithDropDown value="2023-09-08T15:20:04.342466600Z" />
|
||||
<runningDeviceTargetsSelectedWithDialog>
|
||||
<Target>
|
||||
<type value="RUNNING_DEVICE_TARGET" />
|
||||
|
||||
@@ -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