Loading packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +3 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,9 @@ public class NotificationPanelViewController extends OverlayPanelViewController /** Reinflates the view. */ public void reinflate() { // Do not reinflate the view if it has not been inflated at all. if (!isInflated()) return; ViewGroup container = (ViewGroup) getLayout(); container.removeView(mNotificationView); Loading Loading
packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +3 −0 Original line number Diff line number Diff line Loading @@ -245,6 +245,9 @@ public class NotificationPanelViewController extends OverlayPanelViewController /** Reinflates the view. */ public void reinflate() { // Do not reinflate the view if it has not been inflated at all. if (!isInflated()) return; ViewGroup container = (ViewGroup) getLayout(); container.removeView(mNotificationView); Loading