clean up
This commit is contained in:
parent
780c7f1f65
commit
4063d4a375
1 changed files with 1 additions and 4 deletions
|
@ -24,10 +24,7 @@ fun ISSPositionScreen() {
|
|||
val lifecycleOwner = LocalLifecycleOwner.current
|
||||
|
||||
val issPosition by peopleInSpaceViewModel.issPosition
|
||||
.collectAsStateWithLifecycle(
|
||||
owner = lifecycleOwner,
|
||||
initial = IssPosition(0.0, 0.0)
|
||||
)
|
||||
.collectAsStateWithLifecycle(lifecycleOwner, IssPosition(0.0, 0.0))
|
||||
|
||||
val context = LocalContext.current
|
||||
val map = remember { MapView(context) }
|
||||
|
|
Loading…
Reference in a new issue