mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-30 04:57:50 +02: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:
@ -559,8 +559,7 @@ class ReaderPresenter(
|
||||
val destDir = File(
|
||||
Environment.getExternalStorageDirectory().absolutePath +
|
||||
File.separator + Environment.DIRECTORY_PICTURES +
|
||||
File.separator + context.getString(R.string.app_name) +
|
||||
File.separator + manga.title
|
||||
File.separator + context.getString(R.string.app_name)
|
||||
)
|
||||
|
||||
// Copy file in background.
|
||||
|
Reference in New Issue
Block a user