fix(reader/webtoon): Fix recycled item's height being 0 in webtoon mode

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 Ahmad Ansori Palembani
parent ad18b6db7d
commit 33e22b8aee
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -123,6 +123,7 @@ class WebtoonPageHolder(
removeErrorLayout()
frame.recycle()
progressIndicator.setProgress(0)
progressContainer.isVisible = true
}
private suspend fun loadPageAndProcessStatus() {