Fixed crash

This commit is contained in:
M66B
2018-11-13 10:09:49 +01:00
parent 506bf0abb5
commit 11ef2324bc

View File

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