mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Don't confuse the user with "Couldn't Split Downloaded image"
notification Closes GH-41
This commit is contained in:
parent
ee77e6463b
commit
7ddb15f312
1 changed files with 2 additions and 0 deletions
|
@ -444,6 +444,7 @@ class Downloader(
|
|||
|
||||
// When the page is ready, set page path, progress (just in case) and status
|
||||
val success = splitTallImageIfNeeded(page, tmpDir)
|
||||
/*
|
||||
if (!success) {
|
||||
notifier.onError(
|
||||
context.getString(R.string.download_notifier_split_failed),
|
||||
|
@ -451,6 +452,7 @@ class Downloader(
|
|||
download.manga.title,
|
||||
)
|
||||
}
|
||||
*/
|
||||
page.uri = file.uri
|
||||
page.progress = 100
|
||||
page.status = Page.State.READY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue