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

Commit 16c68f2d authored by Ahmed Mehfooz's avatar Ahmed Mehfooz Committed by Android (Google) Code Review
Browse files

Merge "[DesktopStatusBar] Fix alignment for the end side row" into main

parents 3df32c4e 69d11216
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -121,7 +121,8 @@ fun DesktopStatusBar(

        Row(
            horizontalArrangement =
                Arrangement.spacedBy(DesktopStatusBar.Dimensions.ElementSpacing, Alignment.End)
                Arrangement.spacedBy(DesktopStatusBar.Dimensions.ElementSpacing, Alignment.End),
            verticalAlignment = Alignment.CenterVertically,
        ) {
            val chipsVisibilityModel = viewModel.ongoingActivityChips
            if (chipsVisibilityModel.areChipsAllowed) {