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

Commit adefe413 authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Update edit mode background color to match spec" into main

parents 35880ea7 cc08e019
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -96,7 +96,8 @@ constructor(
                                run { Log.w(TAG, "No AppWidgetProviderInfo found in result.") }
                            }
                        }
                    } ?: run { Log.w(TAG, "No data in result.") }
                    }
                        ?: run { Log.w(TAG, "No data in result.") }
                }
                else ->
                    Log.w(
@@ -127,7 +128,7 @@ constructor(
                Box(
                    modifier =
                        Modifier.fillMaxSize()
                            .background(LocalAndroidColorScheme.current.outlineVariant),
                            .background(LocalAndroidColorScheme.current.onSecondaryFixed),
                ) {
                    CommunalHub(
                        viewModel = communalViewModel,