fix: use validPosition in LinkedCoordinates

This commit is contained in:
andrekir 2024-02-28 17:50:50 -03:00
parent 6a819d1f4b
commit 5b35280076

View file

@ -94,7 +94,7 @@ class UsersFragment : ScreenFragment("Users"), Logging {
}
nodePosition.setContent {
AppTheme {
LinkedCoordinates(nodeInfo.position, gpsFormat, nodeInfo.user?.longName)
LinkedCoordinates(nodeInfo.validPosition, gpsFormat, nodeInfo.user?.longName)
}
}
this.lastHeard.setContent {