mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Updating the PreloadIconDrawable
> The drawable gets the path from MaskIconDrawable path, instead of using a circle > The progress changes are animated as well Bug: 34831873 Change-Id: I4e7f0b610f4fd94de8e0cfcf8b179b775cf0b4d8
This commit is contained in:
@@ -120,7 +120,7 @@ public class FastBitmapDrawable extends Drawable {
|
||||
|
||||
public FastBitmapDrawable(Bitmap b) {
|
||||
mBitmap = b;
|
||||
setBounds(0, 0, b.getWidth(), b.getHeight());
|
||||
setFilterBitmap(true);
|
||||
}
|
||||
|
||||
public void applyIconBadge(BadgeInfo badgeInfo, BadgeRenderer badgeRenderer) {
|
||||
|
||||
Reference in New Issue
Block a user