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

Commit 1dc85f3f authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Allow touches outside QS customizer" into main

parents 07c520a0 8caf6673
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1481,7 +1481,9 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
        return (v, event) -> {
            mAutoHideController.checkUserAutoHide(event);
            mRemoteInputManager.checkRemoteInputOutside(event);
            if (!MigrateClocksToBlueprint.isEnabled()) {
            if (!MigrateClocksToBlueprint.isEnabled() || mQsController.isCustomizing()) {
                // For migrate clocks flag, when the user is editing QS tiles they need to be able
                // to touch outside the customizer to close it, such as on the status or nav bar.
                mShadeController.onStatusBarTouch(event);
            }
            return getNotificationShadeWindowView().onTouchEvent(event);