Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardQuickAffordanceViewBinder.kt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -92,8 +92,8 @@ constructor( val button = view as ImageView val button = view as ImageView val configurationBasedDimensions = MutableStateFlow(loadFromResources(view)) val configurationBasedDimensions = MutableStateFlow(loadFromResources(view)) val disposableHandle = val disposableHandle = view.repeatWhenAttached(mainImmediateDispatcher) { view.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.STARTED) { repeatOnLifecycle(Lifecycle.State.CREATED) { launch("$TAG#viewModel") { launch("$TAG#viewModel") { viewModel.collect { buttonModel -> viewModel.collect { buttonModel -> updateButton( updateButton( Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardQuickAffordanceViewBinder.kt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -92,8 +92,8 @@ constructor( val button = view as ImageView val button = view as ImageView val configurationBasedDimensions = MutableStateFlow(loadFromResources(view)) val configurationBasedDimensions = MutableStateFlow(loadFromResources(view)) val disposableHandle = val disposableHandle = view.repeatWhenAttached(mainImmediateDispatcher) { view.repeatWhenAttached { repeatOnLifecycle(Lifecycle.State.STARTED) { repeatOnLifecycle(Lifecycle.State.CREATED) { launch("$TAG#viewModel") { launch("$TAG#viewModel") { viewModel.collect { buttonModel -> viewModel.collect { buttonModel -> updateButton( updateButton( Loading