1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Refactoring

This commit is contained in:
M66B 2019-09-06 18:47:27 +02:00
parent 04780f4e10
commit 0647109bdc

View file

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