Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfa6a931 authored by Chris Poultney's avatar Chris Poultney
Browse files

Comment potential Compose performance issue

Bug: 409112907
Flag: com.android.wallpaper.compose_refactor_flag
Test: N/A, comments only
Change-Id: I869430ab8b39431d78c0d90707f0b4f251db332d
parent 01cefbc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -410,6 +410,7 @@ constructor(private val defaultCustomizationOptionsBinder: DefaultCustomizationO
            customizationOptionFloatingSheetViewMap
                ?.get(ThemePickerLockCustomizationOption.SHORTCUTS)
                ?.let {
                    // TODO(b/409112907) Evaluate Compose performance before enabling flag
                    (it as ComposeView).setContent {
                        ShortcutsFloatingSheet(
                            optionsViewModel.keyguardQuickAffordancePickerViewModel2
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ import com.android.wallpaper.picker.customization.ui.viewmodel.FloatingToolbarTa
import com.android.wallpaper.picker.option.ui.viewmodel.OptionItemViewModel2

// TODO: b/404820955 - Plug correct colors inherited from the device into all composables
// TODO(b/409112907) Evaluate Compose performance before enabling flag
@Composable
fun ShortcutsFloatingSheet(
    viewModel: KeyguardQuickAffordancePickerViewModel2,