mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Fixing loadWorkspace being called multiple times
Using right intent when refreshing shortcut icons Bug: 17662782 Bug: 17663766 Bug: 17569197 Change-Id: I8d698c5e2145b8412aff9978db4ec930d89f7f24
This commit is contained in:
@@ -174,7 +174,7 @@ public class ShortcutInfo extends ItemInfo {
|
||||
}
|
||||
|
||||
public void updateIcon(IconCache iconCache) {
|
||||
mIcon = iconCache.getIcon(intent, user);
|
||||
mIcon = iconCache.getIcon(promisedIntent != null ? promisedIntent : intent, user);
|
||||
usingFallbackIcon = iconCache.isDefaultIcon(mIcon, user);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user