去掉长按菜单
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user