Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +5 −0 Original line number Diff line number Diff line Loading @@ -3081,6 +3081,11 @@ public class NotificationPanelView extends PanelView implements @Override public void onDynamicPrivacyChanged() { // Do not request animation when pulsing or waking up, otherwise the clock wiill be out // of sync with the notification panel. if (mLinearDarkAmount != 0) { return; } mAnimateNextPositionUpdate = true; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +5 −0 Original line number Diff line number Diff line Loading @@ -3081,6 +3081,11 @@ public class NotificationPanelView extends PanelView implements @Override public void onDynamicPrivacyChanged() { // Do not request animation when pulsing or waking up, otherwise the clock wiill be out // of sync with the notification panel. if (mLinearDarkAmount != 0) { return; } mAnimateNextPositionUpdate = true; } Loading