Merge "Fix issue where panel opacity could be wrong" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
30e9b45cd9
@@ -682,6 +682,7 @@ public class NotificationPanelView extends PanelView implements
|
|||||||
mClockPositionResult.clockX, CLOCK_ANIMATION_PROPERTIES, animateClock);
|
mClockPositionResult.clockX, CLOCK_ANIMATION_PROPERTIES, animateClock);
|
||||||
PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.Y,
|
PropertyAnimator.setProperty(mKeyguardStatusView, AnimatableProperty.Y,
|
||||||
mClockPositionResult.clockY, CLOCK_ANIMATION_PROPERTIES, animateClock);
|
mClockPositionResult.clockY, CLOCK_ANIMATION_PROPERTIES, animateClock);
|
||||||
|
updateNotificationTranslucency();
|
||||||
updateClock();
|
updateClock();
|
||||||
stackScrollerPadding = mClockPositionResult.stackScrollerPadding;
|
stackScrollerPadding = mClockPositionResult.stackScrollerPadding;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user