Skip to content

Commit

Permalink
Re-enable attribution on android (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 authored Sep 8, 2020
1 parent 1835210 commit 389d7b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MapboxMapBuilder implements MapboxMapOptionsSink {
public final String TAG = getClass().getSimpleName();
private final MapboxMapOptions options = new MapboxMapOptions()
.textureMode(true)
.attributionEnabled(false);
.attributionEnabled(true);
private boolean trackCameraPosition = false;
private boolean myLocationEnabled = false;
private int myLocationTrackingMode = 0;
Expand Down

0 comments on commit 389d7b2

Please sign in to comment.