fix #331, allow toggling between the old and new renaming

This commit is contained in:
tibbi 2019-07-31 23:24:08 +02:00
parent 7a9cacc5ae
commit f914b83ed2
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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()