[bugfix]
[滑动图片内存过大后重新decode]
This commit is contained in:
yangyakun
2024-03-28 14:26:50 +08:00
parent d804bf82e1
commit e5838c0aef
2 changed files with 24 additions and 8 deletions

View File

@@ -287,7 +287,6 @@ public class SlidePanelView extends View {
}else {
// 画滑块
canvas.drawBitmap(bmBlock, (float) (BLOCK_START_X + blockOffset), (float) BLOCK_START_Y, blockPaint);
CallerLogger.d(TAG,"图片大小监听"+ ConvertUtils.byte2FitMemorySize(bmBlock.getByteCount()));
}
}