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

Commit 78bf9b62 authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-44d997ce-f83c-4bd7-aee0-6ab74e7269f5" into ub-launcher3-master

* changes:
  [automerger] Unhide badge when popup closes without animation am: bb9378ae am: d7eaf264
  [automerger] Unhide badge when popup closes without animation am: bb9378ae
  Unhide badge when popup closes without animation
parents bc72fb23 b052aabc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -527,6 +527,7 @@ public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
    protected void closeComplete() {
    protected void closeComplete() {
        super.closeComplete();
        super.closeComplete();
        mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());
        mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());
        mOriginalIcon.forceHideBadge(false);
    }
    }


    @Override
    @Override