Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '3.4.12' propVersionName = '3.4.13' kotlin_version = '1.2.10' support_libs = '27.0.2' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) { if (isPathOnSD(source) || isPathOnSD(destination) || files.first().isDirectory || isOreoPlus()) { handleSAFDialog(File(source)) { toast(R.string.moving) startCopyMove(files, destinationFolder, false, copyPhotoVideoOnly) Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '3.4.12' propVersionName = '3.4.13' kotlin_version = '1.2.10' support_libs = '27.0.2' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/activities/BaseSimpleActivity.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) { if (isPathOnSD(source) || isPathOnSD(destination) || files.first().isDirectory || isOreoPlus()) { handleSAFDialog(File(source)) { toast(R.string.moving) startCopyMove(files, destinationFolder, false, copyPhotoVideoOnly) Loading