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
5e421c6f0e
commit
a90bc4c7fa
@ -118,6 +118,7 @@ class WebtoonPageHolder(
|
|||||||
removeErrorLayout()
|
removeErrorLayout()
|
||||||
frame.recycle()
|
frame.recycle()
|
||||||
progressIndicator.setProgress(0)
|
progressIndicator.setProgress(0)
|
||||||
|
progressContainer.isVisible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user