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

Commit 2bce7a42 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 59c9166f: am 024849b2: am 92b32c41: am afbfb9b5: Merge "Doze: Fix NPE found...

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

* commit '59c9166feb00552f250e2b645a450604c448dff8':
  Doze: Fix NPE found when pulsing and !dozing.
parents 9261f897 4d9c71ea
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;
        }