Loading packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java +2 −2 Original line number Diff line number Diff line Loading @@ -681,11 +681,11 @@ public class CarStatusBar extends StatusBar implements mStatusBarWindowController.setPanelVisible(false); mNotificationView.setVisibility(View.INVISIBLE); mNotificationView.setClipBounds(null); mNotificationViewController.setIsInForeground(false); mNotificationViewController.onVisibilityChanged(false); // let the status bar know that the panel is closed setPanelExpanded(false); } else { mNotificationViewController.setIsInForeground(true); mNotificationViewController.onVisibilityChanged(true); // let the status bar know that the panel is open mNotificationView.setVisibleNotificationsAsSeen(); setPanelExpanded(true); Loading Loading
packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java +2 −2 Original line number Diff line number Diff line Loading @@ -681,11 +681,11 @@ public class CarStatusBar extends StatusBar implements mStatusBarWindowController.setPanelVisible(false); mNotificationView.setVisibility(View.INVISIBLE); mNotificationView.setClipBounds(null); mNotificationViewController.setIsInForeground(false); mNotificationViewController.onVisibilityChanged(false); // let the status bar know that the panel is closed setPanelExpanded(false); } else { mNotificationViewController.setIsInForeground(true); mNotificationViewController.onVisibilityChanged(true); // let the status bar know that the panel is open mNotificationView.setVisibleNotificationsAsSeen(); setPanelExpanded(true); Loading