mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
fix #331, allow toggling between the old and new renaming
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user