Download not working
This commit is contained in:
@@ -614,7 +614,7 @@ class KVVModuleList extends HTTPService {
|
||||
File folder = new File(Environment.getExternalStoragePublicDirectory(
|
||||
Environment.DIRECTORY_DOWNLOADS), moduleName);
|
||||
if (!folder.mkdir()) {
|
||||
log.w( "Directory not created");
|
||||
log.w( "Directory not created", folder.toString());
|
||||
}
|
||||
String path = "";
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user