Merge pull request #6228 from VladiMihaylenko/vm-master

Correct plage page hiding.
This commit is contained in:
Roman Kuznetsov 2017-06-09 14:25:01 +03:00 committed by GitHub
commit 81cdec46fe

View file

@ -278,13 +278,13 @@ void logSponsoredEvent(MWMPlacePageData * data, NSString * eventName)
{
GetFramework().GetRoutingManager().AddRoutePoint(self.data.mercator, false /* isMyPosition */,
RouteMarkType::Intermediate, 0);
[self close];
[self shouldClose];
}
- (void)removeStop
{
GetFramework().GetRoutingManager().RemoveRoutePoint(self.data.routeMarkType, self.data.intermediateIndex);
[self close];
[self shouldClose];
}
- (void)taxiTo