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

Commit 6123bf5d authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Close overflow when hiding QS editor" into nyc-dev

parents 3509b727 df8cbc39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -128,6 +128,7 @@ public class QSCustomizer extends LinearLayout implements OnMenuItemClickListene
    public void hide(int x, int y) {
        if (isShown) {
            isShown = false;
            mToolbar.dismissPopupMenus();
            setCustomizing(false);
            save();
            mClipper.animateCircularClip(x, y, false, mCollapseAnimationListener);