Lazy loading high res icons
> Loading low-res icons for icons which are not visible on the homescreen. Change-Id: I8ac7bf09f6030ed554cb60a4cd402f3f36ffe12b
This commit is contained in:
@@ -148,7 +148,7 @@ class AllAppsList {
|
||||
if (applicationInfo == null) {
|
||||
add(new AppInfo(context, info, user, mIconCache));
|
||||
} else {
|
||||
mIconCache.getTitleAndIcon(applicationInfo, info);
|
||||
mIconCache.getTitleAndIcon(applicationInfo, info, true /* useLowResIcon */);
|
||||
modified.add(applicationInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user