Skip to content

Commit

Permalink
fix: changes MarkerClusteringActivity to use a Box vs a Surface which…
Browse files Browse the repository at this point in the history
… interfaces with map touch events
  • Loading branch information
dkhawk committed Aug 27, 2024
1 parent fc0673d commit 2912820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fun GoogleMapClustering() {
items.add(MyItem(position, "Marker", "Snippet", 0f))
}
}
Surface(
Box(
modifier = Modifier.fillMaxSize()
.systemBarsPadding()
) {
Expand Down

0 comments on commit 2912820

Please sign in to comment.