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

Commit 3f0080b2 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

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

am: da74f926

Change-Id: If47be892dda1970ef05f8c7b48ea5ce11fdd866d
parents 63f1624c da74f926
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;
    }