mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Refactoring
This commit is contained in:
parent
04780f4e10
commit
0647109bdc
1 changed files with 1 additions and 1 deletions
|
@ -2571,7 +2571,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
draft.ui_hide = ui_hide;
|
||||
db.message().updateMessage(draft);
|
||||
|
||||
if (content)
|
||||
if (draft.content)
|
||||
EntityOperation.queue(context, draft, EntityOperation.ADD);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue