Use app name for page download folder and use manga title subfolders (closes #4684)
(cherry picked from commit dac2072eaa17a258f7c0c7c38d5e6eb7b3d967ca) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderPresenter.kt
This commit is contained in:
parent
cee8335518
commit
835351f206
@ -672,7 +672,8 @@ class ReaderPresenter(
|
|||||||
val destDir = File(
|
val destDir = File(
|
||||||
Environment.getExternalStorageDirectory().absolutePath +
|
Environment.getExternalStorageDirectory().absolutePath +
|
||||||
File.separator + Environment.DIRECTORY_PICTURES +
|
File.separator + Environment.DIRECTORY_PICTURES +
|
||||||
File.separator + context.getString(R.string.app_name)
|
File.separator + context.getString(R.string.app_name) +
|
||||||
|
File.separator + manga.title
|
||||||
)
|
)
|
||||||
|
|
||||||
// Copy file in background.
|
// Copy file in background.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user