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

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

am ac96ebf0: am 59c9166f: am 024849b2: am 92b32c41: am afbfb9b5: Merge "Doze:...

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

* commit 'ac96ebf070bb3cb3afc0c6458997ac5d962fcbdf':
  Doze: Fix NPE found when pulsing and !dozing.
parents c80405ab 2bce7a42
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;
        }