Remove force closing of waypoint form

This commit is contained in:
Garth Vander Houwen 2023-02-11 06:49:55 -08:00
parent f7f09c6705
commit a7a2686199

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()
}
}
}
}