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

am: 30e9b45cd9

Change-Id: I8e374891a8bb75b390d2c78e23660ff7c65c9795
This commit is contained in:
Lucas Dupin
2019-06-04 19:18:21 -07:00
committed by android-build-merger

View File

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