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

Commit aa3ac463 authored by Laurent Tu's avatar Laurent Tu Committed by Android Git Automerger
Browse files

am dd549bcc: Merge "DO NOT MERGE Protect against NPE in FusionEngine.java." into jb-mr1.1-dev

* commit 'dd549bcc':
  DO NOT MERGE Protect against NPE in FusionEngine.java.
parents 2fb9b61a dd549bcc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -249,7 +249,11 @@ public class FusionEngine implements LocationListener {
            }
        }

        if (mCallback != null) {
          mCallback.reportLocation(mFusedLocation);
        } else {
          Log.w(TAG, "Location updates received while fusion engine not started");
        }
    }

    /** Called on mLooper thread */