mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Regression caused by 01fcd7d122
This commit is contained in:
parent
74168c0f1d
commit
d003e85b6b
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ open class ReaderPageImageView @JvmOverloads constructor(
|
|||
isVisible = true
|
||||
}
|
||||
is BufferedSource -> {
|
||||
if (!isWebtoon || !ImageUtil.isMaxTextureSizeExceeded(data)) {
|
||||
if (!isWebtoon || ImageUtil.isMaxTextureSizeExceeded(data)) {
|
||||
setHardwareConfig(!ImageUtil.isMaxTextureSizeExceeded(data))
|
||||
setImage(ImageSource.inputStream(data.inputStream()))
|
||||
isVisible = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue