Fix directory heirarchy for internal storage downloads

This commit is contained in:
Rahul Kumar Patel
2021-05-14 03:10:03 +05:30
parent 9f1feb9ea1
commit b27a1f19d5

View File

@@ -36,7 +36,7 @@ object PathUtil {
if (context.isExternalStorageEnable())
getExternalPath()
else
context.getInternalBaseDirectory() + "/Downloads"
context.getInternalBaseDirectory()
} else {
getExternalPath()
}