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

This commit is contained in:
TreeHugger Robot
2019-06-05 01:11:38 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}