forked from organicmaps/organicmaps
[ios] Fixed non-working suggestion
This commit is contained in:
parent
6a0f1b3df7
commit
282883ad65
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ static void OnSearchResultCallback(search::Result const & res, int queryId)
|
|||
break;
|
||||
|
||||
case search::Result::RESULT_SUGGESTION:
|
||||
[(UISearchBar *)self.navigationItem.titleView setText: [NSString stringWithFormat:@"%s ", res.GetSuggestionString()]];
|
||||
[m_searchBar setText: [NSString stringWithFormat:@"%s ", res.GetSuggestionString()]];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue