forked from organicmaps/organicmaps
[iOS] Fixed parameter for kStatToolbarMenuClick
This commit is contained in:
parent
666cbb9379
commit
5647cf74f1
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell) {
|
|||
|
||||
- (void)menuActionBookingSearch
|
||||
{
|
||||
[Statistics logEvent:kStatToolbarClick withParameters:@{kStatButton : kStatSearch}];
|
||||
[Statistics logEvent:kStatToolbarMenuClick withParameters:@{kStatButton : kStatBooking}];
|
||||
self.state = MWMBottomMenuStateInactive;
|
||||
[MWMMapViewControlsManager.manager searchTextOnMap:[L(@"booking_hotel") stringByAppendingString:@" "]
|
||||
forInputLocale:[NSLocale currentLocale].localeIdentifier];
|
||||
|
|
Loading…
Add table
Reference in a new issue