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

Commit c580cf2b authored by burakov's avatar burakov Committed by Danny Burakov
Browse files

[Dual Shade] Ensure the Notifications Shade clock is start-aligned.

It currently occupies the full width, which results unintentionally in
center alignment for custom clocks.

Fix: 397919736
Test: Manually by opening the notifications shade on both narrow and
 wide screens.
Test: Existing unit tests still pass.
Flag: com.android.systemui.scene_container
Change-Id: Ia8a7dc7e2d6d5f45c3baccf955ce92bf33aa79cf
parent 3ea103cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -124,7 +124,6 @@ constructor(
                            SmallClock(
                                burnInParams = burnIn.parameters,
                                onTopChanged = burnIn.onSmallClockTopChanged,
                                modifier = Modifier.fillMaxWidth(),
                            )
                        }
                    }