mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
Refresh items after resizing
This commit is contained in:
@ -289,10 +289,12 @@ class MediaAdapter(
|
||||
val path = paths.first()
|
||||
activity.launchResizeImageDialog(path) {
|
||||
finishActMode()
|
||||
listener?.refreshItems()
|
||||
}
|
||||
} else {
|
||||
activity.launchResizeMultipleImagesDialog(paths) {
|
||||
finishActMode()
|
||||
listener?.refreshItems()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user