forked from organicmaps/organicmaps
Merge pull request #6228 from VladiMihaylenko/vm-master
Correct plage page hiding.
This commit is contained in:
commit
81cdec46fe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue