Prevent crash

This commit is contained in:
M66B 2019-08-05 07:28:01 +02:00
parent 8892c58a79
commit f3c070b76c
1 changed files with 1 additions and 1 deletions

View File

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