Set disabled state when getting new icon from DrawableFactory.

Change-Id: Ic9c508d24cc0e65d45f5c1f4bcbe8d5cd7fb9200
This commit is contained in:
Jon Miranda
2018-02-27 10:10:29 -08:00
parent ba61934e16
commit d82c5cd2b0
3 changed files with 5 additions and 6 deletions

View File

@@ -501,10 +501,8 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
mFloatingView = new View(mLauncher);
if (isBubbleTextView && v.getTag() instanceof ItemInfoWithIcon ) {
// Create a copy of the app icon
ItemInfoWithIcon info = (ItemInfoWithIcon) v.getTag();
FastBitmapDrawable d = DrawableFactory.get(mLauncher).newIcon(info);
d.setIsDisabled(info.isDisabled());
mFloatingView.setBackground(d);
mFloatingView.setBackground(
DrawableFactory.get(mLauncher).newIcon((ItemInfoWithIcon) v.getTag()));
}
// Position the floating view exactly on top of the original