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

Commit 525abc5a authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Fix issue where panel opacity could be wrong" into qt-dev

am: 30e9b45c

Change-Id: I9ed2270b39ef3566e7c196501c234a0e3dd71bbd
parents fc94f97a 30e9b45c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -682,6 +682,7 @@ public class NotificationPanelView extends PanelView implements
                    mClockPositionResult.clockX, CLOCK_ANIMATION_PROPERTIES, animateClock);
            PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.Y,
                    mClockPositionResult.clockY, CLOCK_ANIMATION_PROPERTIES, animateClock);
            updateNotificationTranslucency();
            updateClock();
            stackScrollerPadding = mClockPositionResult.stackScrollerPadding;
        }