- Always activate the date when starting.
This commit is contained in:
parent
74994b99ee
commit
db6c41fe72
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user