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

Commit df8cbc39 authored by Jason Monk's avatar Jason Monk
Browse files

Close overflow when hiding QS editor

Bug: 27625965
Change-Id: Iab29a7ab879ce879f772b759a645e598f3b70328
parent 8f084426
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);