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

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

Merge "Protect against NPE in FusionEngine.java."

parents 39ec1ec1 161f4261
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 */