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

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