mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Using a placeholder icon shape instead of low-res/blurry icon
Bug: 111142970 Change-Id: I867224464ae9c026f4dcb5256ef14fc39c8e751d
This commit is contained in:
@@ -742,7 +742,7 @@ public class LoaderTask implements Runnable {
|
||||
|
||||
int numItemsInPreview = 0;
|
||||
for (ShortcutInfo info : folder.contents) {
|
||||
if (info.usingLowResIcon
|
||||
if (info.usingLowResIcon()
|
||||
&& info.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION
|
||||
&& verifier.isItemInPreview(info.rank)) {
|
||||
mIconCache.getTitleAndIcon(info, false);
|
||||
|
||||
Reference in New Issue
Block a user