This commit is contained in:
M66B
2019-02-05 17:37:19 +00:00
parent 03e0251432
commit c2a66c06af
3 changed files with 3 additions and 4 deletions

View File

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