mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 14:53:41 +03:00
fix: Wrong storage base directory
This commit is contained in:
parent
fd830ea2d0
commit
a1f8a1a15a
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ class AndroidStorageFolderProvider(
|
|||
return File(
|
||||
Environment.getExternalStorageDirectory().absolutePath + File.separator +
|
||||
context.getString(R.string.app_name),
|
||||
"downloads",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue