Fix bugs 2218563 and 2176751 - Not properly loading icons, and sometimes marking them as cached when

they're not.
This commit is contained in:
Joe Onorato
2009-10-31 19:50:30 -04:00
parent 3c2f7e105d
commit 6f613d2999
2 changed files with 6 additions and 1 deletions
@@ -169,7 +169,6 @@ public class AppInfoCache {
application.iconBitmap = Utilities.createAllAppsBitmap(
info.activityInfo.loadIcon(packageManager), context);
application.filtered = true;
application.titleBitmap = bubble.createTextBitmap(application.title.toString());
}