Skip to content

Commit 7de4194

Browse files
committed
Fix Find closest facility from point.
1 parent c18114a commit 7de4194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Find closest facility from point/FindClosestFacilityFromPointView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct FindClosestFacilityFromPointView: View {
5555
}
5656
}
5757
}
58-
.disabled(routingIsDisabled)
58+
.disabled(routingIsDisabled || isRouting)
5959

6060
Spacer()
6161

0 commit comments

Comments
 (0)