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

Commit dd549bcc authored by Laurent Tu's avatar Laurent Tu Committed by Android (Google) Code Review
Browse files

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

parents 315557b0 e886adbd
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 */