RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

cn.finalteam.rxgalleryfinal.utils.BitmapUtils 存在bug

Open xuybin opened this issue 8 years ago • 1 comments

如下 203-204行 Bitmap.createBitmap函数返回的bitmap在某些情况下就是传入的bitmapOld,两者是一样的,不能回收 Bitmap bitmapOld = bitmap; bitmap = Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), matrix, false); bitmapOld.recycle();

xuybin avatar Sep 01 '17 04:09 xuybin

GET

sheep0704 avatar Sep 01 '17 06:09 sheep0704