mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
sdk 30 changes
- remove handleSAFDialogSdk30 for source paths since we have READ permission
This commit is contained in:
parent
4a3e502484
commit
fa991847fb
1 changed files with 1 additions and 5 deletions
|
@ -250,11 +250,7 @@ fun BaseSimpleActivity.tryCopyMoveFilesTo(fileDirItems: ArrayList<FileDirItem>,
|
|||
val destination = it
|
||||
handleSAFDialog(source) {
|
||||
if (it) {
|
||||
handleSAFDialogSdk30(fileDirItems[0].path){
|
||||
if (it) {
|
||||
copyMoveFilesTo(fileDirItems, source.trimEnd('/'), destination, isCopyOperation, true, config.shouldShowHidden, callback)
|
||||
}
|
||||
}
|
||||
copyMoveFilesTo(fileDirItems, source.trimEnd('/'), destination, isCopyOperation, true, config.shouldShowHidden, callback)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue