Updating Changelog entry

This commit is contained in:
Maxime Naturel 2022-02-24 16:17:42 +01:00
parent 882b143569
commit 4260d2f155
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
Add possibility to save image in Gallery + reorder choices in message context menu
Add possibility to save media from Gallery + reorder choices in message context menu

View File

@ -316,10 +316,6 @@ class VectorAttachmentViewerActivity : AttachmentViewerActivity(), AttachmentInt
override fun onDownload() {
// TODO
// test snackbar error in OnCreate()
// test write permission checking with Android 9
// check if it is already possible to save from menu with long press on video
// check if it works for video or other media type as well
// reorder action for a message according to issue requirements
// add unit tests for usecase? what is the used mock library?
lifecycleScope.launch(Dispatchers.IO) {