Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da74f926 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Polish dynamic privacy wake-up" into qt-r1-dev

parents c61e4a12 e1651c5d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
    }