Skip to content

Commit 61a3f45

Browse files
authored
openStreetMap attribution enabled (#3485)
1 parent bd66818 commit 61a3f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/nearby/fragments/NearbyParentFragment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceStat
229229
UiSettings uiSettings = mapBoxMap.getUiSettings();
230230
uiSettings.setCompassGravity(Gravity.BOTTOM | Gravity.LEFT);
231231
uiSettings.setCompassMargins(12, 0, 0, 24);
232-
uiSettings.setLogoEnabled(false);
233-
uiSettings.setAttributionEnabled(false);
232+
uiSettings.setLogoEnabled(true);
233+
uiSettings.setAttributionEnabled(true);
234234
uiSettings.setRotateGesturesEnabled(false);
235235
NearbyParentFragment.this.isMapBoxReady=true;
236236
performMapReadyActions();

0 commit comments

Comments
 (0)