You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, Bitmap pooling is done in Source.android.kt using the inBitmap option of BitmapFactory.
The same technique should be implemented at least on ios.
The text was updated successfully, but these errors were encountered:
On Android, Bitmap pooling is done in
Source.android.kt
using theinBitmap
option ofBitmapFactory
.The same technique should be implemented at least on ios.
The text was updated successfully, but these errors were encountered: