Use app name as image save location
This commit is contained in:
parent
c4e6668c22
commit
dce685e711
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ class ReaderPresenter(
|
|||
// Pictures directory.
|
||||
val destDir = File(Environment.getExternalStorageDirectory().absolutePath +
|
||||
File.separator + Environment.DIRECTORY_PICTURES +
|
||||
File.separator + "TachiyomiEH")
|
||||
File.separator + context.getString(R.string.app_name))
|
||||
|
||||
// Copy file in background.
|
||||
Observable.fromCallable { saveImage(page, destDir, manga) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue