mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Using BubbleTextView for widget section headers
> Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
This commit is contained in:
@@ -374,6 +374,9 @@ public class IconCache {
|
||||
getTitleAndIcon(st,
|
||||
st.promisedIntent != null ? st.promisedIntent : st.intent,
|
||||
st.user, false);
|
||||
} else if (info instanceof PackageItemInfo) {
|
||||
PackageItemInfo pti = (PackageItemInfo) info;
|
||||
getTitleAndIconForApp(pti.packageName, pti.user, false, pti);
|
||||
}
|
||||
mMainThreadExecutor.execute(new Runnable() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user