Refresh items after resizing
This commit is contained in:
parent
d9fcb1fc90
commit
799689ab7e
|
@ -289,10 +289,12 @@ class MediaAdapter(
|
|||
val path = paths.first()
|
||||
activity.launchResizeImageDialog(path) {
|
||||
finishActMode()
|
||||
listener?.refreshItems()
|
||||
}
|
||||
} else {
|
||||
activity.launchResizeMultipleImagesDialog(paths) {
|
||||
finishActMode()
|
||||
listener?.refreshItems()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue