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

Commit 2da86f31 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Flexiglass] Flag off closing RemoteInput controls from CentralSurfaces" into main

parents 0e62272f d503fbeb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1524,7 +1524,10 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
    protected View.OnTouchListener getStatusBarWindowTouchListener() {
        return (v, event) -> {
            mAutoHideController.checkUserAutoHide(event);
            if (!SceneContainerFlag.isEnabled()) {
                // handled by SceneContainerViewModel#onEmptySpaceMotionEvent with SceneContainer
                mRemoteInputManager.checkRemoteInputOutside(event);
            }
            if (mQsController.isCustomizing()) {
                // 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.