Use app name for page download folder and use manga title subfolders (closes #4684)

This commit is contained in:
arkon 2021-04-03 10:40:35 -04:00
parent 1b921f9845
commit dac2072eaa

View File

@ -559,7 +559,8 @@ class ReaderPresenter(
val destDir = File(
Environment.getExternalStorageDirectory().absolutePath +
File.separator + Environment.DIRECTORY_PICTURES +
File.separator + "Tachiyomi"
File.separator + context.getString(R.string.app_name) +
File.separator + manga.title
)
// Copy file in background.