Clean up batch saving.

- Post a better string for when batch saving completes successfully
- Exit multi-select after saving
This commit is contained in:
Greyson Parrelli
2018-09-27 10:16:40 -07:00
parent 91a119393c
commit 12d9d7741b
3 changed files with 6 additions and 4 deletions

View File

@@ -360,6 +360,7 @@ public class MediaOverviewActivity extends PassphraseRequiredActionBarActivity {
attachments.size());
saveTask.executeOnExecutor(THREAD_POOL_EXECUTOR,
attachments.toArray(new SaveAttachmentTask.Attachment[attachments.size()]));
exitMultiSelect();
}
}.execute();
})