fix: add search bar padding for maps

This commit is contained in:
LavaDesu 2025-04-29 15:47:37 +10:00
parent a16487a9a7
commit 34923ce743
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 7 additions and 5 deletions

View file

@ -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(