Fix bugs 2218563 and 2176751 - Not properly loading icons, and sometimes marking them as cached when
they're not.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user