[iOS] Fixed parameter for kStatToolbarMenuClick

This commit is contained in:
Zoia Pribytkova 2019-07-25 14:17:41 +03:00 committed by Aleksey Belousov
parent 666cbb9379
commit 5647cf74f1

View file

@ -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];