fix: add search bar padding for maps
This commit is contained in:
parent
a16487a9a7
commit
34923ce743
4 changed files with 7 additions and 5 deletions
|
|
@ -158,7 +158,7 @@ fun App() {
|
|||
modifier = Modifier.fillMaxSize(),
|
||||
newCameraPosition = newCameraPosition,
|
||||
cameraPositionUpdated = { newCameraPosition = null },
|
||||
extInsets = extInsets,
|
||||
extInsets = WindowInsets(top = with(LocalDensity.current) { 56.dp.roundToPx() }, bottom = extInsets),
|
||||
polylines = polylines,
|
||||
)
|
||||
Searcher(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue