mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
parent
d24bf20c80
commit
16df68a073
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ public class NearbyFragment extends CommonsDaggerSupportFragment
|
|||
});
|
||||
|
||||
} else if (locationChangeType
|
||||
.equals(LOCATION_SLIGHTLY_CHANGED)) {
|
||||
.equals(LOCATION_SLIGHTLY_CHANGED) && nearbyMapFragment != null) {
|
||||
String gsonCurLatLng = gson.toJson(curLatLng);
|
||||
bundle.putString("CurLatLng", gsonCurLatLng);
|
||||
updateMapFragment(false,true, null, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue