Loading packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowViewController.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowViewController.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); } } Loading