Merge "Adding a utility class to enforce that icons are always flattened on the background thread." into ub-launcher3-master

This commit is contained in:
Sunny Goyal
2016-11-21 17:02:10 +00:00
committed by Android (Google) Code Review
11 changed files with 168 additions and 101 deletions

View File

@@ -214,7 +214,6 @@ public class PackageUpdatedTask extends ExtendedModelTask {
si.iconResource.resourceName, context);
if (icon != null) {
si.setIcon(icon);
si.usingFallbackIcon = false;
infoUpdated = true;
}
}