forked from organicmaps/organicmaps
[iOS] Enable cancel button, when search button was pressed on keyboard
This commit is contained in:
parent
9ff20e6779
commit
fe335bc65a
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ void setSearchType(search::SearchParams& params)
|
|||
- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
|
||||
{
|
||||
[m_searchBar resignFirstResponder];
|
||||
[self enableCancelButton];
|
||||
}
|
||||
|
||||
// Callback from suggestion cell, called when icon is selected
|
||||
|
|
Loading…
Add table
Reference in a new issue