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:
		| @@ -51,7 +51,7 @@ android { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | 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:RootTools:df729dcb13' | ||||||
|     implementation 'com.github.Stericson:RootShell:1.6' |     implementation 'com.github.Stericson:RootShell:1.6' | ||||||
|     implementation 'com.alexvasilkov:gesture-views:2.5.2' |     implementation 'com.alexvasilkov:gesture-views:2.5.2' | ||||||
|   | |||||||
| @@ -197,7 +197,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem | |||||||
|                     finishActMode() |                     finishActMode() | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|             else -> RenameItemsPatternDialog(activity, paths) { |             else -> RenameDialog(activity, paths) { | ||||||
|                 activity.runOnUiThread { |                 activity.runOnUiThread { | ||||||
|                     listener?.refreshItems() |                     listener?.refreshItems() | ||||||
|                     finishActMode() |                     finishActMode() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user