Loading packages/SystemUI/src/com/android/systemui/model/SceneContainerPlugin.kt +4 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,10 @@ constructor( */ val EvaluatorByFlag = mapOf<Long, (SceneContainerPluginState) -> Boolean>( SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE to { it.scene != Scenes.Gone }, SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE to { it.scene != Scenes.Gone || it.overlays.isNotEmpty() }, SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED to { when { Loading Loading
packages/SystemUI/src/com/android/systemui/model/SceneContainerPlugin.kt +4 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,10 @@ constructor( */ val EvaluatorByFlag = mapOf<Long, (SceneContainerPluginState) -> Boolean>( SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE to { it.scene != Scenes.Gone }, SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE to { it.scene != Scenes.Gone || it.overlays.isNotEmpty() }, SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED to { when { Loading