Skip to content

Commit 7e27f5b

Browse files
committed
nit
1 parent 91050c8 commit 7e27f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maps-googlemaps-sample/src/main/java/com/what3words/samples/googlemaps/compose/ui/standalone/W3WMapComponentScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fun W3WMapComponentScreen(
114114
modifier = Modifier.fillMaxSize(),
115115
locationSource = locationSource,
116116
mapConfig = W3WMapDefaults.defaultMapConfig(
117-
buttonConfig = W3WMapDefaults.ButtonConfig(
117+
buttonConfig = W3WMapDefaults.defaultButtonConfig(
118118
isRecallFeatureEnabled = true,
119119
isMapSwitchFeatureEnabled = true,
120120
isMyLocationFeatureEnabled = true

0 commit comments

Comments
 (0)