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

Commit 407e873e authored by Yunke Zhou's avatar Yunke Zhou Committed by Android (Google) Code Review
Browse files

Merge "[Flexiglass] Fix the user switcher alignment on bouncer" into main

parents 3c7c4be9 6ea73d54
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -497,7 +497,10 @@ private fun BesideUserSwitcherLayout(
                .motionTestValues { animatedAlpha(animatedOffset) exportAs MotionTestValues.alpha }
        }

        UserSwitcher(viewModel = viewModel, modifier = Modifier.weight(1f).swappable())
        UserSwitcher(
            viewModel = viewModel,
            modifier = Modifier.fillMaxHeight().weight(1f).swappable(),
        )

        FoldAware(
            modifier = Modifier.weight(1f).swappable(inversed = true).testTag("FoldAware"),