Skip to content

Commit

Permalink
Hide compass since it appears under the status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSmudja committed Nov 30, 2023
1 parent 2e0f82d commit 42cd294
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ fun MapScreen(
tiltGesturesEnabled = false,
myLocationButtonEnabled = false,
zoomControlsEnabled = false,
mapToolbarEnabled = false
mapToolbarEnabled = false,
compassEnabled = false
),
onMapClick = { latLng ->
if (!isMocking) {
Expand Down

0 comments on commit 42cd294

Please sign in to comment.