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 Jobobby04
parent 5e421c6f0e
commit a90bc4c7fa

View File

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