forked from organicmaps/organicmaps
[ios] Fixed bug with endless routing spinner animation.
This commit is contained in:
parent
2f01ee0068
commit
9308870292
1 changed files with 6 additions and 0 deletions
|
@ -910,6 +910,12 @@
|
|||
|
||||
- (void)tryToBuildRoute
|
||||
{
|
||||
if (!GetPlatform().HasRouting())
|
||||
{
|
||||
[self showBuyProDialog];
|
||||
return;
|
||||
}
|
||||
|
||||
[self.routeView updateDistance:nil withMetrics:nil];
|
||||
[self.containerView.placePage showBuildingRoutingActivity:YES];
|
||||
GetFramework().BuildRoute([self.containerView.placePage pinPoint]);
|
||||
|
|
Loading…
Add table
Reference in a new issue