mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
update Commons with some OTG improvements
This commit is contained in:
@ -202,7 +202,7 @@ class MainActivity : SimpleActivity() {
|
||||
val file = File(path)
|
||||
if (file.exists() && !file.isDirectory) {
|
||||
newPath = file.parent
|
||||
} else if (!file.exists()) {
|
||||
} else if (!file.exists() && !isPathOnOTG(newPath)) {
|
||||
newPath = internalStoragePath
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user