mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Fix error during merge conflict resolution
This commit is contained in:
parent
4c78ebf58b
commit
d252275b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue