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

Commit c95e5d2b authored by Aaron Liu's avatar Aaron Liu
Browse files

Fix horizontal padding

Padding was accidentally removed in ag/26802814

Test: view small clock
Fixes: 332550069
Flag: ACONFIG com.android.systemui.compose_lockscreen DEVELOPMENT
Change-Id: I6b756b36ce5e2f18f90e2d57d4d7ba404268362e
parent e34d630f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ constructor(
            modifier =
                modifier
                    .height(dimensionResource(R.dimen.small_clock_height))
                    .padding(horizontal = dimensionResource(R.dimen.clock_padding_start))
                    .padding(top = { viewModel.getSmallClockTopMargin(context) })
                    .onTopPlacementChanged(onTopChanged)
                    .burnInAware(