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