fix #331, allow toggling between the old and new renaming
This commit is contained in:
parent
7a9cacc5ae
commit
f914b83ed2
|
@ -51,7 +51,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.15.15'
|
||||
implementation 'com.simplemobiletools:commons:5.15.18'
|
||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||
implementation 'com.github.Stericson:RootShell:1.6'
|
||||
implementation 'com.alexvasilkov:gesture-views:2.5.2'
|
||||
|
|
|
@ -197,7 +197,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
|
|||
finishActMode()
|
||||
}
|
||||
}
|
||||
else -> RenameItemsPatternDialog(activity, paths) {
|
||||
else -> RenameDialog(activity, paths) {
|
||||
activity.runOnUiThread {
|
||||
listener?.refreshItems()
|
||||
finishActMode()
|
||||
|
|
Loading…
Reference in New Issue