diff --git a/src/com/timsu/astrid/activities/TaskList.java b/src/com/timsu/astrid/activities/TaskList.java index d5099560b..e2f34c4b6 100644 --- a/src/com/timsu/astrid/activities/TaskList.java +++ b/src/com/timsu/astrid/activities/TaskList.java @@ -101,7 +101,7 @@ public class TaskList extends Activity { setContentView(R.layout.task_list); // if we've never been started, do this - if(Notifications.areAlarmsSet()) + if(!Notifications.areAlarmsSet()) Notifications.scheduleAllAlarms(this); shouldCloseInstance = false;