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

Commit 101b785d authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Doze: Fix NPE found when pulsing and !dozing." into lmp-dev

parents b9e97298 58a28eb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener {

        if (!mDozing || mPulseCallback != null) {
            // Pulse suppressed.
            mPulseCallback.onPulseFinished();
            callback.onPulseFinished();
            return;
        }