Loading packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/BouncerSceneContentViewModel.kt +4 −2 Original line number Diff line number Diff line Loading @@ -175,8 +175,10 @@ constructor( actions.map { action -> UserSwitcherDropdownItemViewModel( icon = Icon.Resource( action.iconResourceId, Icon.Loaded( applicationContext.resources.getDrawable( action.iconResourceId ), contentDescription = null, ), text = Text.Resource(action.textResourceId), Loading Loading
packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/BouncerSceneContentViewModel.kt +4 −2 Original line number Diff line number Diff line Loading @@ -175,8 +175,10 @@ constructor( actions.map { action -> UserSwitcherDropdownItemViewModel( icon = Icon.Resource( action.iconResourceId, Icon.Loaded( applicationContext.resources.getDrawable( action.iconResourceId ), contentDescription = null, ), text = Text.Resource(action.textResourceId), Loading