Loading packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +3 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,9 @@ public class NotificationPanelViewController extends OverlayViewController { mNavBarNotificationTouchListener = (v, event) -> { if (!isInflated()) { return true; } boolean consumed = navBarCloseNotificationGestureDetector.onTouchEvent(event); if (consumed) { return true; Loading Loading
packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +3 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,9 @@ public class NotificationPanelViewController extends OverlayViewController { mNavBarNotificationTouchListener = (v, event) -> { if (!isInflated()) { return true; } boolean consumed = navBarCloseNotificationGestureDetector.onTouchEvent(event); if (consumed) { return true; Loading