Refactoring

This commit is contained in:
M66B 2019-09-06 18:47:27 +02:00
parent 04780f4e10
commit 0647109bdc
1 changed files with 1 additions and 1 deletions

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