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

Commit 58a28eb8 authored by John Spurlock's avatar John Spurlock
Browse files

Doze: Fix NPE found when pulsing and !dozing.

Bug:17390492
Change-Id: Id6665c5bb8fa13ee08f68478c601b77a4f9e3f6a
parent ee3ef2b8
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;
        }