Fix recycled item's height being 0 in webtoon mode (#563)

Which will prevent the new image from being decoded until it's visible.

Co-authored-by: FooIbar <118464521+FooIbar@users.noreply.github.com>
This commit is contained in:
Secozzi 2024-07-02 14:05:04 +02:00
parent 8378c5a400
commit 6b49a5d41a
No known key found for this signature in database
GPG key ID: 71E9C97D8DDC2662

View file

@ -118,6 +118,7 @@ class WebtoonPageHolder(
removeErrorLayout()
frame.recycle()
progressIndicator.setProgress(0)
progressContainer.isVisible = true
}
/**