Skip to content

Commit feecf8d

Browse files
committed
updating commons
1 parent e3d0e2b commit feecf8d

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
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.github.SimpleMobileTools:Simple-Commons:42f2c7b300'
60+
implementation 'com.github.SimpleMobileTools:Simple-Commons:d39bf6263d'
6161
implementation 'com.github.Stericson:RootTools:df729dcb13'
6262
implementation 'com.github.Stericson:RootShell:1.6'
6363
implementation 'com.alexvasilkov:gesture-views:2.5.2'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/extensions/Activity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fun BaseSimpleActivity.toggleItemVisibility(oldPath: String, hide: Boolean, call
6868

6969
val newPath = "$path/$filename"
7070
if (oldPath != newPath) {
71-
renameFile(oldPath, newPath) {
71+
renameFile(oldPath, newPath, false) { success, useAndroid30Way ->
7272
callback?.invoke(newPath)
7373
}
7474
}

0 commit comments

Comments
 (0)