fix #1859, properly handle some batch renaming with patterns
This commit is contained in:
parent
f79fed35dc
commit
32b9a5db08
|
@ -78,7 +78,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.29.1'
|
||||
implementation 'com.simplemobiletools:commons:5.29.5'
|
||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||
|
|
|
@ -229,7 +229,7 @@ class MediaAdapter(activity: BaseSimpleActivity, var media: MutableList<Thumbnai
|
|||
}
|
||||
}
|
||||
} else {
|
||||
RenameDialog(activity, getSelectedPaths()) {
|
||||
RenameDialog(true, activity, getSelectedPaths()) {
|
||||
enableInstantLoad()
|
||||
listener?.refreshItems()
|
||||
finishActMode()
|
||||
|
|
Loading…
Reference in New Issue