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

Commit 11696d45 authored by Anton Potapov's avatar Anton Potapov Committed by Android (Google) Code Review
Browse files

Merge "Make clock layout only occupy start half of the screen in the dualshade" into main

parents c4c9f3a8 75fc7701
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ constructor(
                            with(topAreaSection) {
                                DefaultClockLayout(
                                    modifier =
                                        Modifier.graphicsLayer {
                                        Modifier.fillMaxWidth(0.5f).graphicsLayer {
                                            translationX = unfoldTranslations.start
                                        }
                                )