Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/KeyguardClockViewModel.kt +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ constructor( } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = ClockSize.LARGE, ) Loading @@ -74,7 +74,7 @@ constructor( .map { it == ClockSize.LARGE } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = true, ) Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/KeyguardClockViewModel.kt +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ constructor( } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = ClockSize.LARGE, ) Loading @@ -74,7 +74,7 @@ constructor( .map { it == ClockSize.LARGE } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = true, ) Loading