Using BubbleTextView for widget section headers

> Loading highres icons on the worker thread.

Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
This commit is contained in:
Sunny Goyal
2015-05-12 11:32:39 -07:00
parent 44d0aacd5f
commit 0e08f166fa
6 changed files with 56 additions and 50 deletions

View File

@@ -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() {