mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
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:
parent
ad18b6db7d
commit
33e22b8aee
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class WebtoonPageHolder(
|
||||||
removeErrorLayout()
|
removeErrorLayout()
|
||||||
frame.recycle()
|
frame.recycle()
|
||||||
progressIndicator.setProgress(0)
|
progressIndicator.setProgress(0)
|
||||||
|
progressContainer.isVisible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun loadPageAndProcessStatus() {
|
private suspend fun loadPageAndProcessStatus() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue