Skip to content

Commit 5992dbc

Browse files
committed
chore: reset cluster
1 parent 3f1806a commit 5992dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/google/maps/android/compose/markerexamples/MarkerClusteringActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ fun GoogleMapClustering() {
8181
}
8282
Box(
8383
modifier = Modifier.fillMaxSize()
84+
.systemBarsPadding()
8485
) {
8586
GoogleMapClustering(items = items)
8687
}
@@ -182,7 +183,6 @@ private fun CustomUiClustering(items: List<MyItem>) {
182183
},
183184
// Optional: Custom rendering for non-clustered items
184185
clusterItemContent = null
185-
186186
)
187187
}
188188

0 commit comments

Comments
 (0)