Revert manga title folder for saved pages (closes #4803)
People also didn't like it making their galleries more complicate to navigate. (cherry picked from commit 9567d5531211057b436cc79d881618e790d0414e)
This commit is contained in:
parent
056358fb9d
commit
eb823cb208
@ -672,8 +672,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user