Loading src/com/android/launcher3/popup/PopupContainerWithArrow.java +1 −0 Original line number Diff line number Diff line Loading @@ -508,6 +508,7 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext> @Override protected void closeComplete() { super.closeComplete(); mActivityContext.getDragController().removeDragListener(this); PopupContainerWithArrow openPopup = getOpen(mActivityContext); if (openPopup == null || openPopup.mOriginalIcon != mOriginalIcon) { mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible()); Loading Loading
src/com/android/launcher3/popup/PopupContainerWithArrow.java +1 −0 Original line number Diff line number Diff line Loading @@ -508,6 +508,7 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext> @Override protected void closeComplete() { super.closeComplete(); mActivityContext.getDragController().removeDragListener(this); PopupContainerWithArrow openPopup = getOpen(mActivityContext); if (openPopup == null || openPopup.mOriginalIcon != mOriginalIcon) { mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible()); Loading