update commons to 3.12.17

This commit is contained in:
tibbi
2018-02-21 21:38:26 +01:00
parent eebd4c80d0
commit 0467112cc7
7 changed files with 18 additions and 15 deletions

View File

@ -202,7 +202,7 @@ class MainActivity : SimpleActivity() {
val file = File(path)
if (file.exists() && !file.isDirectory) {
newPath = file.parent
} else if (!file.exists() && !isPathOnOTG(newPath)) {
} else if (!file.exists() && !newPath.startsWith(OTG_PATH)) {
newPath = internalStoragePath
}