Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/KeyguardQuickAffordancesCombinedViewModel.kt +2 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ constructor( } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = KeyguardQuickAffordanceViewModel( slotId = KeyguardQuickAffordancePosition.BOTTOM_START.toSlotId() Loading @@ -202,7 +202,7 @@ constructor( } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = KeyguardQuickAffordanceViewModel( slotId = KeyguardQuickAffordancePosition.BOTTOM_END.toSlotId() Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/KeyguardQuickAffordancesCombinedViewModel.kt +2 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ constructor( } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = KeyguardQuickAffordanceViewModel( slotId = KeyguardQuickAffordancePosition.BOTTOM_START.toSlotId() Loading @@ -202,7 +202,7 @@ constructor( } .stateIn( scope = applicationScope, started = SharingStarted.WhileSubscribed(), started = SharingStarted.Eagerly, initialValue = KeyguardQuickAffordanceViewModel( slotId = KeyguardQuickAffordancePosition.BOTTOM_END.toSlotId() Loading