Loading packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ public class NotificationPanelViewController extends OverlayPanelViewController mEnableHeadsUpNotificationWhenNotificationShadeOpen = mResources.getBoolean( com.android.car.notification.R.bool .config_enableHeadsUpNotificationWhenNotificationShadeOpen); // Inflate view on instantiation to properly initialize listeners even if panel has // not been opened. getOverlayViewGlobalStateController().inflateView(this); } // CommandQueue.Callbacks Loading Loading
packages/CarSystemUI/src/com/android/systemui/car/notification/NotificationPanelViewController.java +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ public class NotificationPanelViewController extends OverlayPanelViewController mEnableHeadsUpNotificationWhenNotificationShadeOpen = mResources.getBoolean( com.android.car.notification.R.bool .config_enableHeadsUpNotificationWhenNotificationShadeOpen); // Inflate view on instantiation to properly initialize listeners even if panel has // not been opened. getOverlayViewGlobalStateController().inflateView(this); } // CommandQueue.Callbacks Loading