use the copy/delete instead of Move already from Android 7
This commit is contained in:
parent
e518977586
commit
2ed0ab57bd
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ open class BaseSimpleActivity : AppCompatActivity() {
|
|||
toast(R.string.copying)
|
||||
startCopyMove(files, destinationFolder, isCopyOperation, copyPhotoVideoOnly)
|
||||
} else {
|
||||
if (isPathOnSD(source) || isPathOnSD(destination) || files.first().isDirectory || isOreoPlus()) {
|
||||
if (isPathOnSD(source) || isPathOnSD(destination) || files.first().isDirectory || isNougatPlus()) {
|
||||
handleSAFDialog(File(source)) {
|
||||
toast(R.string.moving)
|
||||
startCopyMove(files, destinationFolder, false, copyPhotoVideoOnly)
|
||||
|
|
Loading…
Reference in a new issue