From bf6d40ca3ae5e36873f2bec741831216411f4aca Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Tue, 4 Jun 2019 11:40:42 -0700 Subject: [PATCH] Fix issue where panel opacity could be wrong Test: manual Fixes: 133317529 Change-Id: I642df0999a9552be33f0385a42cbfcfb84bafaa1 --- .../android/systemui/statusbar/phone/NotificationPanelView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java index 92aa884b14d25..4e4d6a42c4b65 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java @@ -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; }