Fix RTL display of CIV2 bubble corners.

This commit is contained in:
Alex Hart
2023-09-25 10:51:55 -03:00
committed by Cody Henthorne
parent 7d4ebd9d3b
commit b3399b5242
6 changed files with 29 additions and 22 deletions

View File

@@ -64,7 +64,6 @@ class WebpInputStreamResourceDecoder(private val bitmapPool: BitmapPool) : Resou
throw e
}
val bitmap: Bitmap? = WebpDecoder().nativeDecodeBitmap(webp)
return BitmapResource.obtain(bitmap, bitmapPool)
}