OSDN Git Service

Merge "FastBitmapDrawable can draw an icon badge (notification count)" into ub-launch...
[android-x86/packages-apps-Launcher3.git] / src / com / android / launcher3 / BubbleTextView.java
index 77572c7..d9e9c7b 100644 (file)
@@ -596,7 +596,7 @@ public class BubbleTextView extends TextView
         if (getTag() instanceof ItemInfoWithIcon) {
             ItemInfoWithIcon info = (ItemInfoWithIcon) getTag();
             if (info.usingLowResIcon) {
-                mIconLoadRequest = LauncherAppState.getInstance().getIconCache()
+                mIconLoadRequest = LauncherAppState.getInstance(getContext()).getIconCache()
                         .updateIconInBackground(BubbleTextView.this, info);
             }
         }