Loading packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardClockRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ constructor( .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), initialValue = clockRegistry.createCurrentClock(), initialValue = null, ) override val previewClock: Flow<ClockController> = Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/data/repository/KeyguardClockRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ constructor( .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), initialValue = clockRegistry.createCurrentClock(), initialValue = null, ) override val previewClock: Flow<ClockController> = Loading