.
This commit is contained in:
@@ -288,7 +288,7 @@ public class AddRoutineFragment extends Fragment implements CompoundButton.OnChe
|
||||
if (start_date == null || end_date == null) throw new Exception();
|
||||
|
||||
if (start_date.getTime() >= end_date.getTime()){
|
||||
Toast.makeText(requireContext(), "Emd time should be greater than start time.", Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(requireContext(), "End time should be greater than start time.", Toast.LENGTH_SHORT).show();
|
||||
allOkay = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user