Using a placeholder icon shape instead of low-res/blurry icon
Bug: 111142970 Change-Id: I867224464ae9c026f4dcb5256ef14fc39c8e751d
This commit is contained in:
@@ -125,7 +125,7 @@ public class ShortcutInfo extends ItemInfoWithIcon {
|
||||
.put(LauncherSettings.BaseLauncherColumns.INTENT, getIntent())
|
||||
.put(LauncherSettings.Favorites.RESTORED, status);
|
||||
|
||||
if (!usingLowResIcon) {
|
||||
if (!usingLowResIcon()) {
|
||||
writer.putIcon(iconBitmap, user);
|
||||
}
|
||||
if (iconResource != null) {
|
||||
|
||||
Reference in New Issue
Block a user