- Always activate the date when starting.

This commit is contained in:
Timothy Allen 2014-04-14 16:50:01 +02:00
parent 74994b99ee
commit db6c41fe72
1 changed files with 4 additions and 6 deletions

View File

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