mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	updating commons
This commit is contained in:
		| @@ -57,7 +57,7 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:42f2c7b300' | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:d39bf6263d' | ||||
|     implementation 'com.github.Stericson:RootTools:df729dcb13' | ||||
|     implementation 'com.github.Stericson:RootShell:1.6' | ||||
|     implementation 'com.alexvasilkov:gesture-views:2.5.2' | ||||
|   | ||||
| @@ -68,7 +68,7 @@ fun BaseSimpleActivity.toggleItemVisibility(oldPath: String, hide: Boolean, call | ||||
|  | ||||
|     val newPath = "$path/$filename" | ||||
|     if (oldPath != newPath) { | ||||
|         renameFile(oldPath, newPath) { | ||||
|         renameFile(oldPath, newPath, false) { success, useAndroid30Way -> | ||||
|             callback?.invoke(newPath) | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user