mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix code style issues
This commit is contained in:
parent
2d64f4ba5e
commit
e43569481d
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue