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

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

Merge "[Flexiglass] Turn off closing the guts from NSWV touches" into main

parents 9a86247f 667c077f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -467,7 +467,7 @@ public class NotificationShadeWindowViewController implements Dumpable {
                        return logDownOrFalseResultDispatch(ev, "disallowed new pointer", false);
                        return logDownOrFalseResultDispatch(ev, "disallowed new pointer", false);
                    }
                    }
                }
                }
                if (isDown) {
                if (!SceneContainerFlag.isEnabled() && isDown) {
                    mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev);
                    mNotificationStackScrollLayoutController.closeControlsIfOutsideTouch(ev);
                }
                }