mirror of https://github.com/M66B/FairEmail.git
Fixed crash
This commit is contained in:
parent
506bf0abb5
commit
11ef2324bc
|
@ -1464,7 +1464,7 @@ public class FragmentCompose extends FragmentEx {
|
||||||
|
|
||||||
// Move draft to new account
|
// Move draft to new account
|
||||||
if (draft.account != aid) {
|
if (draft.account != aid) {
|
||||||
long uid = draft.uid;
|
Long uid = draft.uid;
|
||||||
String msgid = draft.msgid;
|
String msgid = draft.msgid;
|
||||||
|
|
||||||
draft.uid = null;
|
draft.uid = null;
|
||||||
|
|
Loading…
Reference in New Issue