Refresh items after resizing

This commit is contained in:
Naveen 2023-05-25 14:20:37 +05:30
parent d9fcb1fc90
commit 799689ab7e
No known key found for this signature in database
GPG Key ID: 0E155DAD31671DA3
1 changed files with 2 additions and 0 deletions

View File

@ -289,10 +289,12 @@ class MediaAdapter(
val path = paths.first()
activity.launchResizeImageDialog(path) {
finishActMode()
listener?.refreshItems()
}
} else {
activity.launchResizeMultipleImagesDialog(paths) {
finishActMode()
listener?.refreshItems()
}
}
}