mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Updating Changelog entry
This commit is contained in:
parent
882b143569
commit
4260d2f155
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue