Skip to content

Commit f914b83

Browse files
committed
fix #331, allow toggling between the old and new renaming
1 parent 7a9cacc commit f914b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.15.15'
54+
implementation 'com.simplemobiletools:commons:5.15.18'
5555
implementation 'com.github.Stericson:RootTools:df729dcb13'
5656
implementation 'com.github.Stericson:RootShell:1.6'
5757
implementation 'com.alexvasilkov:gesture-views:2.5.2'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
197197
finishActMode()
198198
}
199199
}
200-
else -> RenameItemsPatternDialog(activity, paths) {
200+
else -> RenameDialog(activity, paths) {
201201
activity.runOnUiThread {
202202
listener?.refreshItems()
203203
finishActMode()

0 commit comments

Comments
 (0)