mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Hide inline attachments while composing
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user