mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Using a placeholder icon shape instead of low-res/blurry icon
Bug: 111142970 Change-Id: I867224464ae9c026f4dcb5256ef14fc39c8e751d
This commit is contained in:
@@ -179,8 +179,8 @@ public class WidgetCell extends LinearLayout implements OnLayoutChangeListener {
|
||||
return;
|
||||
}
|
||||
if (bitmap != null) {
|
||||
mWidgetImage.setBitmap(bitmap,
|
||||
DrawableFactory.get(getContext()).getBadgeForUser(mItem.user, getContext()));
|
||||
mWidgetImage.setBitmap(bitmap, DrawableFactory.INSTANCE.get(getContext())
|
||||
.getBadgeForUser(mItem.user, getContext()));
|
||||
if (mAnimatePreview) {
|
||||
mWidgetImage.setAlpha(0f);
|
||||
ViewPropertyAnimator anim = mWidgetImage.animate();
|
||||
|
||||
Reference in New Issue
Block a user