Merge commit 'f8b0b47'

pull/14/head
Tim Su 15 years ago
commit 6f4d9aa356

@ -199,7 +199,7 @@ public class NotificationActivity extends TaskListActivity implements OnTimeSetL
* Snooze and re-trigger this alarm
*/
private void snooze() {
if(Preferences.getBoolean(R.string.p_rmd_snooze_dialog, true)) {
if(Preferences.getBoolean(R.string.p_rmd_snooze_dialog, false)) {
Date now = new Date();
now.setHours(now.getHours() + 1);
int hour = now.getHours();

Loading…
Cancel
Save