Loading packages/SystemUI/src/com/android/systemui/display/data/repository/FocusedDisplayRepository.kt +2 −2 Original line number Diff line number Diff line Loading @@ -72,6 +72,6 @@ constructor( ) } override val focusedDisplayId: StateFlow<Int> get() = focusedTask.stateIn(backgroundScope, SharingStarted.Eagerly, DEFAULT_DISPLAY) override val focusedDisplayId: StateFlow<Int> = focusedTask.stateIn(backgroundScope, SharingStarted.Eagerly, DEFAULT_DISPLAY) } Loading
packages/SystemUI/src/com/android/systemui/display/data/repository/FocusedDisplayRepository.kt +2 −2 Original line number Diff line number Diff line Loading @@ -72,6 +72,6 @@ constructor( ) } override val focusedDisplayId: StateFlow<Int> get() = focusedTask.stateIn(backgroundScope, SharingStarted.Eagerly, DEFAULT_DISPLAY) override val focusedDisplayId: StateFlow<Int> = focusedTask.stateIn(backgroundScope, SharingStarted.Eagerly, DEFAULT_DISPLAY) }