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

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

(cherry picked from commit ef6cad58fe0eeb7bfec7e8df33ada87946fa85d3)
This commit is contained in:
FooIbar 2024-03-22 20:52:01 +08:00 committed by Cuong M. Tran
parent af5dcb6eeb
commit c8217051b9
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

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