forked from organicmaps/organicmaps
[discovery] Fix discovery search more cafes string
This commit is contained in:
parent
2c4662ff02
commit
0616d3a9c6
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ public enum ItemType
|
|||
}
|
||||
},
|
||||
|
||||
CAFES(R.string.food, DiscoveryUserEvent.MORE_CAFES_CLICKED, DiscoveryUserEvent.CAFES_CLICKED)
|
||||
CAFES(R.string.eat, DiscoveryUserEvent.MORE_CAFES_CLICKED, DiscoveryUserEvent.CAFES_CLICKED)
|
||||
{
|
||||
@Override
|
||||
public void onResultReceived(@NonNull DiscoveryResultReceiver callback,
|
||||
|
|
|
@ -248,7 +248,7 @@ struct Callback
|
|||
- (void)searchFood
|
||||
{
|
||||
[self.navigationController popViewControllerAnimated:YES];
|
||||
[MWMMapViewControlsManager.manager searchTextOnMap:[L(@"food") stringByAppendingString:@" "]
|
||||
[MWMMapViewControlsManager.manager searchTextOnMap:[L(@"eat") stringByAppendingString:@" "]
|
||||
forInputLocale:[NSLocale currentLocale].localeIdentifier];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue