Skip to content

Commit

Permalink
feat: re-added modifier for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Nov 1, 2023
1 parent e769a3e commit 1f0941f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,6 @@ private fun DebugView(
@Composable
fun GoogleMapViewPreview() {
MapsComposeSampleTheme {
GoogleMapView()
GoogleMapView(Modifier.fillMaxSize())
}
}

0 comments on commit 1f0941f

Please sign in to comment.