Merge branch 'master' of github.com:SimpleMobileTools/Simple-Commons
This commit is contained in:
commit
854fa395dc
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ fun BaseSimpleActivity.renameFile(
|
|||
}
|
||||
}
|
||||
} else if (isAccessibleWithSAFSdk30(oldPath)) {
|
||||
if (canManageMedia()) {
|
||||
if (canManageMedia() && isPathOnInternalStorage(oldPath)) {
|
||||
renameCasually(oldPath, newPath, isRenamingMultipleFiles, callback)
|
||||
} else {
|
||||
handleSAFDialogSdk30(oldPath) {
|
||||
|
|
Loading…
Reference in a new issue