Prevent crash

pull/160/head
M66B 5 years ago
parent 8892c58a79
commit f3c070b76c

@ -2764,7 +2764,7 @@ public class FragmentCompose extends FragmentBase {
if (action == R.id.action_send && draft.ui_snoozed != null) {
Log.i("Delayed send id=" + draft.id + " at " + new Date(draft.ui_snoozed));
EntityMessage.snooze(getContext(), draft.id, draft.ui_snoozed);
EntityMessage.snooze(context, draft.id, draft.ui_snoozed);
}
return draft;

Loading…
Cancel
Save