mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Fix RTL display of CIV2 bubble corners.
This commit is contained in:
committed by
Cody Henthorne
parent
7d4ebd9d3b
commit
b3399b5242
@@ -64,7 +64,6 @@ class WebpInputStreamResourceDecoder(private val bitmapPool: BitmapPool) : Resou
|
||||
throw e
|
||||
}
|
||||
|
||||
|
||||
val bitmap: Bitmap? = WebpDecoder().nativeDecodeBitmap(webp)
|
||||
return BitmapResource.obtain(bitmap, bitmapPool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user