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

Commit 4d9c71ea authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 024849b2: am 92b32c41: am afbfb9b5: Merge "Doze: Fix NPE found when pulsing...

am 024849b2: am 92b32c41: am afbfb9b5: Merge "Doze: Fix NPE found when pulsing and !dozing." into lmp-dev

* commit '024849b2f33339640c43415bc3e6acef997f5add':
  Doze: Fix NPE found when pulsing and !dozing.
parents 7c903f1b 3c890fc6
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;
        }