diff --git a/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java b/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java index aed585d431..e1f3c8fd07 100644 --- a/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java +++ b/OsmAnd/src/net/osmand/plus/routing/TransportRoutingHelper.java @@ -352,7 +352,7 @@ public class TransportRoutingHelper { params.calculationProgress.isCancelled = true; } - private List calculateRouteImpl(TransportRouteCalculationParams params) throws IOException { + private List calculateRouteImpl(TransportRouteCalculationParams params) throws IOException, InterruptedException { RoutingConfiguration.Builder config = params.ctx.getDefaultRoutingConfig(); BinaryMapIndexReader[] files = params.ctx.getResourceManager().getTransportRoutingMapFiles();