From 4260d2f155bfc0c6ffb3bf4480989b5d445eefe2 Mon Sep 17 00:00:00 2001 From: Maxime Naturel Date: Thu, 24 Feb 2022 16:17:42 +0100 Subject: [PATCH] Updating Changelog entry --- changelog.d/5005.feature | 2 +- .../app/features/media/VectorAttachmentViewerActivity.kt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/changelog.d/5005.feature b/changelog.d/5005.feature index 2db648cd6a..ce3b2ad1f9 100644 --- a/changelog.d/5005.feature +++ b/changelog.d/5005.feature @@ -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 diff --git a/vector/src/main/java/im/vector/app/features/media/VectorAttachmentViewerActivity.kt b/vector/src/main/java/im/vector/app/features/media/VectorAttachmentViewerActivity.kt index a52e0f433b..7f9037e31e 100644 --- a/vector/src/main/java/im/vector/app/features/media/VectorAttachmentViewerActivity.kt +++ b/vector/src/main/java/im/vector/app/features/media/VectorAttachmentViewerActivity.kt @@ -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) {