Fix issue where panel opacity could be wrong
Test: manual Fixes: 133317529 Change-Id: I642df0999a9552be33f0385a42cbfcfb84bafaa1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user