Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ClockSection.kt +3 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,9 @@ constructor( ) } else { clockInteractor.setNotificationStackDefaultTop( (smallClockBottom + marginBetweenSmartspaceAndNotification).toFloat() (keyguardClockViewModel.getSmallClockTopMargin() + marginBetweenSmartspaceAndNotification) .toFloat() ) } } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ClockSection.kt +3 −1 Original line number Diff line number Diff line Loading @@ -293,7 +293,9 @@ constructor( ) } else { clockInteractor.setNotificationStackDefaultTop( (smallClockBottom + marginBetweenSmartspaceAndNotification).toFloat() (keyguardClockViewModel.getSmallClockTopMargin() + marginBetweenSmartspaceAndNotification) .toFloat() ) } } Loading