Fixed crash

This commit is contained in:
M66B 2018-11-13 10:09:49 +01:00
parent 506bf0abb5
commit 11ef2324bc
1 changed files with 1 additions and 1 deletions

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;