Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/KeyguardClockViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ constructor( keyguardClockInteractor.clockShouldBeCentered.stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), initialValue = false, initialValue = true, ) // To translate elements below smartspace in weather clock to avoid overlapping between date Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/KeyguardClockViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ constructor( keyguardClockInteractor.clockShouldBeCentered.stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), initialValue = false, initialValue = true, ) // To translate elements below smartspace in weather clock to avoid overlapping between date Loading