mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
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…
Reference in New Issue