Skip to content

Commit

Permalink
Merge pull request #1460 from misaochan/fix-travis
Browse files Browse the repository at this point in the history
Fix Travis
  • Loading branch information
Vivek Maskara authored Apr 24, 2018
2 parents d6a4188 + d252275 commit 07bdb42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ private void refreshView(LocationServiceManager.LocationChangeType locationChang
Gson gson = new GsonBuilder()
.registerTypeAdapter(Uri.class, new UriSerializer())
.create();
String gsonCurLatLng = gson.toJson(curLatLang);
String gsonCurLatLng = gson.toJson(curLatLng);
bundle.clear();
bundle.putString("CurLatLng", gsonCurLatLng);

Expand Down

0 comments on commit 07bdb42

Please sign in to comment.