updated map reload

This commit is contained in:
PWRxPSYCHO
2022-08-25 16:58:13 -04:00
parent 684bd82772
commit e23b226b55

View File

@@ -134,6 +134,7 @@ class MapFragment : ScreenFragment("Map"), Logging {
R.drawable.ic_twotone_person_pin_24
)
map.overlays.add(marker)
map.invalidate()
}
f
}