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

Commit 48fc8fb5 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Fix shape is too low with large clock and smartspace card

Bug: 425846594
Test: manual test
Flag: EXEMPT, bugfix

Change-Id: I65964df4336ad218f4a98572a9d1f691542cc769
parent e6200b15
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -293,7 +293,9 @@ constructor(
                )
            } else {
                clockInteractor.setNotificationStackDefaultTop(
                    (smallClockBottom + marginBetweenSmartspaceAndNotification).toFloat()
                    (keyguardClockViewModel.getSmallClockTopMargin() +
                            marginBetweenSmartspaceAndNotification)
                        .toFloat()
                )
            }
        }