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

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

Merge "Unhide badge when popup closes without animation" into ub-launcher3-edmonton

parents ad361780 bb9378ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -527,6 +527,7 @@ public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
    protected void closeComplete() {
        super.closeComplete();
        mOriginalIcon.setTextVisibility(mOriginalIcon.shouldTextBeVisible());
        mOriginalIcon.forceHideBadge(false);
    }

    @Override