- Always activate the date when starting.
This commit is contained in:
		| @@ -165,12 +165,10 @@ public class MainActivity extends ActionBarActivity { | ||||
|                 } | ||||
|             }); | ||||
|  | ||||
|             // When debugging, activate the time when starting the app. | ||||
|             if (HYPOALARM_DEBUG) { | ||||
|                 DialogFragment alarmFragment = new TimePickerFragment(); | ||||
|                 alarmFragment.show(getActivity().getSupportFragmentManager(), "alarmTimePicker"); | ||||
|                 alarmFragment.dismiss(); | ||||
|             } | ||||
|             // Activate the time when starting the app. | ||||
|             DialogFragment alarmFragment = new TimePickerFragment(); | ||||
|             alarmFragment.show(getActivity().getSupportFragmentManager(), "alarmTimePicker"); | ||||
|             alarmFragment.dismiss(); | ||||
|  | ||||
|             // Set grace period | ||||
|             int defaultGrace = 60; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user