commenting out the new file deletion
This commit is contained in:
parent
3676de3a77
commit
54f054b1e5
1 changed files with 2 additions and 2 deletions
|
@ -640,14 +640,14 @@ fun BaseSimpleActivity.deleteFileBg(fileDirItem: FileDirItem, allowDeleteFolder:
|
|||
trySAFFileDelete(fileDirItem, allowDeleteFolder, callback)
|
||||
}
|
||||
}
|
||||
} else if (isRPlus()) {
|
||||
}/* else if (isRPlus()) {
|
||||
val fileUris = getFileUrisFromFileDirItems(arrayListOf(fileDirItem))
|
||||
deleteSDK30Uris(fileUris) { success ->
|
||||
runOnUiThread {
|
||||
callback?.invoke(success)
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue