Fix code style issues

This commit is contained in:
neslihanturan 2019-10-01 13:29:06 +03:00
parent 2d64f4ba5e
commit e43569481d
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ public class NearbyMarker extends Marker {
*
* @param baseMarkerOptions The builder used to construct the Marker.
*/
public NearbyMarker(NearbyBaseMarker baseMarkerOptions, Place place) {
NearbyMarker(NearbyBaseMarker baseMarkerOptions, Place place) {
super(baseMarkerOptions);
this.place = place;
this.nearbyBaseMarker = baseMarkerOptions;

View file

@ -278,7 +278,6 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
MapboxMapOptions options = new MapboxMapOptions()
.compassGravity(Gravity.BOTTOM | Gravity.LEFT)
.compassMargins(new int[]{12, 0, 0, 24})
//.styleUrl(isDarkTheme ? Style.DARK : Style.OUTDOORS)
.logoEnabled(false)
.attributionEnabled(false)
.camera(new CameraPosition.Builder()