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

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

am aa3ac463: am dd549bcc: Merge "DO NOT MERGE Protect against NPE in...

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

* commit 'aa3ac463':
  DO NOT MERGE Protect against NPE in FusionEngine.java.
parents b0ebd4e9 aa3ac463
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 */