Fix directory heirarchy for internal storage downloads
This commit is contained in:
@@ -36,7 +36,7 @@ object PathUtil {
|
|||||||
if (context.isExternalStorageEnable())
|
if (context.isExternalStorageEnable())
|
||||||
getExternalPath()
|
getExternalPath()
|
||||||
else
|
else
|
||||||
context.getInternalBaseDirectory() + "/Downloads"
|
context.getInternalBaseDirectory()
|
||||||
} else {
|
} else {
|
||||||
getExternalPath()
|
getExternalPath()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user