mirror of
https://github.com/OpenFlutter/fluwx.git
synced 2025-08-06 14:50:30 +08:00
Update ImagesIO.kt
This commit is contained in:
@ -85,7 +85,7 @@ class ImagesIOIml(override val image: WeChatFile) : ImagesIO {
|
||||
result.recycle()
|
||||
}
|
||||
result = tmp
|
||||
if (result.byteCount < maxLength) {
|
||||
if (result.byteCount <= maxLength) {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user