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

Commit f086fab4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Comment potential Compose performance issue" into main

parents 90f8e289 bfa6a931
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -409,6 +409,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,