forked from organicmaps/organicmaps
[ios][discovery] Make hotels search in discovery consistent with search categories.
This commit is contained in:
parent
c7953d3678
commit
3c883dc618
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ struct Callback
|
|||
[MWMSearch showHotelFilterWithParams:{}
|
||||
onFinishCallback:^{
|
||||
[MWMMapViewControlsManager.manager
|
||||
searchTextOnMap:[L(@"booking_hotel") stringByAppendingString:@" "]
|
||||
searchTextOnMap:[L(@"hotel") stringByAppendingString:@" "]
|
||||
forInputLocale:[NSLocale currentLocale].localeIdentifier];
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue