Merge pull request #316 from meshtastic/2.0.14_Working_Changes

Remove force closing of waypoint form
This commit is contained in:
Garth Vander Houwen 2023-02-11 06:52:04 -08:00 committed by GitHub
commit 3052510cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -272,12 +272,6 @@ struct WaypointFormView: View {
latitude = coordinate.latitude
longitude = coordinate.longitude
}
if coordinate.distance(from: LocationHelper.DefaultLocation) == 0.0 {
// Too close to apple park, bail out
waypointId = 0
dismiss()
}
}
}
}