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

Commit d90b2fd7 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: 525abc5a

am: 371d7062

Change-Id: If1c02581e3dc434591591fb71c5f251532f43c07
parents 35880e36 371d7062
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -686,6 +686,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.stackScrollerPaddingExpanded;
        }