Don't pop up the in-app reminders when editing a task

pull/14/head
Sam Bosley 12 years ago
parent 4eb57e2b6f
commit 6f733f7e5b

@ -344,7 +344,7 @@ public class AstridActivity extends FragmentActivity
// Process in app notification
long taskId = intent.getLongExtra(NotificationFragment.TOKEN_ID, 0);
TaskEditFragment tef = getTaskEditFragment();
if (tef != null && tef.getTaskIdInProgress() == taskId)
if (tef != null)
return;
if (taskId > 0) {

Loading…
Cancel
Save