mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Fixed crash
This commit is contained in:
@@ -1464,7 +1464,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
|
||||
// Move draft to new account
|
||||
if (draft.account != aid) {
|
||||
long uid = draft.uid;
|
||||
Long uid = draft.uid;
|
||||
String msgid = draft.msgid;
|
||||
|
||||
draft.uid = null;
|
||||
|
||||
Reference in New Issue
Block a user