mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
3210bf1ad3
commit
094af7c380
1 changed files with 2 additions and 2 deletions
|
|
@ -412,9 +412,9 @@ fun MapView(model: UIViewModel = viewModel()) {
|
|||
}
|
||||
|
||||
// FIXME workaround to 'nodes.observeAsState' going stale after MapFragment enters onPause state
|
||||
if (downloadRegionBoundingBox == null) LaunchedEffect(Unit) {
|
||||
LaunchedEffect(Unit) {
|
||||
while (true) {
|
||||
drawOverlays()
|
||||
if (downloadRegionBoundingBox == null) drawOverlays()
|
||||
delay(30000L)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue