mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: use validPosition in LinkedCoordinates
This commit is contained in:
parent
6a819d1f4b
commit
5b35280076
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue