Flipped the ! sign. Hasn't this happened before...?

pull/14/head
Tim Su 16 years ago
parent e5826cdb9d
commit 7e41ab960a

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

Loading…
Cancel
Save