Skip to content

Commit

Permalink
docs: updated Recomposition Activity
Browse files Browse the repository at this point in the history
Co-authored-by: Uli Bubenheimer <[email protected]>
  • Loading branch information
kikoso and bubenheimer authored Jan 15, 2024
1 parent 7cf9778 commit 11a12b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RecompositionActivity : ComponentActivity() {
cameraPositionState: CameraPositionState = rememberCameraPositionState(),
content: @Composable () -> Unit = {},
) {
val markerState = remember { MarkerState(position = singapore) }
val markerState = rememberMarkerState(position = singapore)

val uiSettings by remember { mutableStateOf(MapUiSettings(compassEnabled = false)) }
val mapProperties by remember {
Expand Down

0 comments on commit 11a12b1

Please sign in to comment.