Loading packages/SystemUI/src/com/android/systemui/model/SceneContainerPlugin.kt +3 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,9 @@ constructor( SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE to { it.scene != Scenes.Gone }, SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED to { it.scene == Scenes.NotificationsShade || it.scene == Scenes.Shade it.scene == Scenes.Lockscreen || it.scene == Scenes.NotificationsShade || it.scene == Scenes.Shade }, SYSUI_STATE_QUICK_SETTINGS_EXPANDED to { Loading Loading
packages/SystemUI/src/com/android/systemui/model/SceneContainerPlugin.kt +3 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,9 @@ constructor( SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE to { it.scene != Scenes.Gone }, SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED to { it.scene == Scenes.NotificationsShade || it.scene == Scenes.Shade it.scene == Scenes.Lockscreen || it.scene == Scenes.NotificationsShade || it.scene == Scenes.Shade }, SYSUI_STATE_QUICK_SETTINGS_EXPANDED to { Loading