[ios] Fixed place page hide.

This commit is contained in:
Илья Гречухин 2015-11-19 15:12:56 +03:00
parent 59cb8e3507
commit 86a1e0569a

View file

@ -205,7 +205,7 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
withParameters:@{kStatValue : kStatSource}];
[Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"ppRoute"];
[self.delegate buildRouteFrom:self.target];
[self dismissPlacePage];
[self hidePlacePage];
}
- (void)routeTo
@ -214,7 +214,7 @@ typedef NS_ENUM(NSUInteger, MWMPlacePageManagerState)
withParameters:@{kStatValue : kStatDestination}];
[Alohalytics logEvent:kAlohalyticsTapEventKey withValue:@"ppRoute"];
[self.delegate buildRouteTo:self.target];
[self dismissPlacePage];
[self hidePlacePage];
}
- (MWMRoutePoint)target