Fixed bugs with reminder dialog not working

pull/14/head
Sam Bosley 13 years ago
parent 5f8e86d7bd
commit f963d5f610

@ -103,6 +103,7 @@ public class NotificationFragment extends TaskListFragment implements OnTimeSetL
getView().findViewById(R.id.taskListFooter).setVisibility(View.GONE); getView().findViewById(R.id.taskListFooter).setVisibility(View.GONE);
String title = extras.getString(Notifications.EXTRAS_TEXT); String title = extras.getString(Notifications.EXTRAS_TEXT);
taskId = extras.getLong(TOKEN_ID);
new ReminderDialog((AstridActivity) getActivity(), taskId, title).show(); new ReminderDialog((AstridActivity) getActivity(), taskId, title).show();
} }

Loading…
Cancel
Save