mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(reader): Save combined page does nothing
This commit is contained in:
parent
1a681b9a72
commit
c993f00ed7
2 changed files with 2 additions and 39 deletions
|
@ -794,7 +794,7 @@ class ReaderViewModel(
|
|||
"${manga.title} - ${chapter.preferredChapterName(context, manga, preferences)}".take(225),
|
||||
) + (if (downloadPreferences.downloadWithId().get()) " (${chapter.id})" else "") + " - ${page1.number}-${page2.number}.jpg"
|
||||
|
||||
val destFile = directory.findFile(filename)!!
|
||||
val destFile = directory.createFile(filename)!!
|
||||
stream.use { input ->
|
||||
destFile.openOutputStream().use { output ->
|
||||
input.copyTo(output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue