mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 14:39:18 +01:00
Revert manga title folder for saved pages (closes #4803)
People also didn't like it making their galleries more complicate to navigate.
This commit is contained in:
parent
531cd99247
commit
9567d55312
@ -559,8 +559,7 @@ 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…
Reference in New Issue
Block a user