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

Commit 65b6feb1 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

am: 3f0080b2

Change-Id: I9800cf2b75c13f597fce6647d72d1623070cc7b2
parents 703b5cac 3f0080b2
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;
    }