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

Which will prevent the new image from being decoded until it's visible.
This commit is contained in:
FooIbar 2024-03-22 20:52:01 +08:00 committed by GitHub
parent 7e9340aa7f
commit ef6cad58fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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