Hide inline attachments while composing

This commit is contained in:
M66B
2019-02-05 08:39:31 +00:00
parent 977b52e5eb
commit ad938572c3
3 changed files with 4 additions and 3 deletions

View File

@@ -1808,7 +1808,7 @@ public class FragmentCompose extends FragmentBase {
DB db = DB.getInstance(getContext());
db.attachment().liveAttachments(result.draft.id).observe(getViewLifecycleOwner(),
db.attachment().liveAttachments(result.draft.id, false).observe(getViewLifecycleOwner(),
new Observer<List<EntityAttachment>>() {
private int last_available = 0;