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

Commit b44477da authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix shape is too low with large clock and smartspace card" into main

parents bcaa87a9 48fc8fb5
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()
                )
            }
        }