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

Commit 18a077eb 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

am: 3db3383e

Change-Id: Ic002d8c80b12f693ad6b7ca270b04b25dfcc8e71
parents dd4ed1b0 3db3383e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -686,6 +686,7 @@ public class NotificationPanelView extends PanelView implements
                    mClockPositionResult.clockX, CLOCK_ANIMATION_PROPERTIES, animateClock);
                    mClockPositionResult.clockX, CLOCK_ANIMATION_PROPERTIES, animateClock);
            PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.Y,
            PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.Y,
                    mClockPositionResult.clockY, CLOCK_ANIMATION_PROPERTIES, animateClock);
                    mClockPositionResult.clockY, CLOCK_ANIMATION_PROPERTIES, animateClock);
            updateNotificationTranslucency();
            updateClock();
            updateClock();
            stackScrollerPadding = mClockPositionResult.stackScrollerPaddingExpanded;
            stackScrollerPadding = mClockPositionResult.stackScrollerPaddingExpanded;
        }
        }