Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8535ca3f authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8254921 from 1d4dc1ba to sc-qpr3-release

Change-Id: I17952b16a1adee9f9897f979b1c0805ff13c56f5
parents 6878c63d 1d4dc1ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -486,6 +486,9 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext>
    @Override
    protected void closeComplete() {
        super.closeComplete();
        if (mActivityContext.getDragController() != null) {
            mActivityContext.getDragController().removeDragListener(this);
        }
        PopupContainerWithArrow openPopup = getOpen(mActivityContext);
        if (openPopup == null || openPopup.mOriginalIcon != mOriginalIcon) {
            mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());