去掉长按菜单

This commit is contained in:
2020-11-05 18:37:12 +08:00
parent f9997e4063
commit e9b7a01dd2

View File

@@ -253,7 +253,7 @@ public class BaseIconFactory implements AutoCloseable {
badge.draw(target); badge.draw(target);
} }
private Bitmap createIconBitmap(Drawable icon, float scale) { public Bitmap createIconBitmap(Drawable icon, float scale) {
return createIconBitmap(icon, scale, mIconBitmapSize); return createIconBitmap(icon, scale, mIconBitmapSize);
} }