Loading src/com/android/customization/picker/color/ui/binder/ColorSectionViewBinder.kt +13 −15 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ object ColorSectionViewBinder { val optionSelectedView = itemView.findViewById<ImageView>(R.id.option_selected) lifecycleOwner.lifecycleScope.launch { lifecycleOwner.repeatOnLifecycle(Lifecycle.State.STARTED) { launch { item.isSelected.collect { isSelected -> optionSelectedView.isVisible = isSelected Loading @@ -130,7 +129,6 @@ object ColorSectionViewBinder { } } } } view.addView(itemView) } // add overflow option Loading Loading
src/com/android/customization/picker/color/ui/binder/ColorSectionViewBinder.kt +13 −15 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ object ColorSectionViewBinder { val optionSelectedView = itemView.findViewById<ImageView>(R.id.option_selected) lifecycleOwner.lifecycleScope.launch { lifecycleOwner.repeatOnLifecycle(Lifecycle.State.STARTED) { launch { item.isSelected.collect { isSelected -> optionSelectedView.isVisible = isSelected Loading @@ -130,7 +129,6 @@ object ColorSectionViewBinder { } } } } view.addView(itemView) } // add overflow option Loading