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:
parent
af5dcb6eeb
commit
c8217051b9
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ class WebtoonPageHolder(
|
|||
removeErrorLayout()
|
||||
frame.recycle()
|
||||
progressIndicator.setProgress(0)
|
||||
progressContainer.isVisible = true
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue