Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/iphone
diff options
context:
space:
mode:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-03-20 12:43:10 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:56 +0300
commitc5f8c528c2b73d40ae3823968aeb779c33f8c9f4 (patch)
tree51e79e133f0f25db47a54b15babd25e389910dfe /iphone
parent1f643e234e6b6ab12a3a09915071132a5f3deda4 (diff)
[iOS]Search screen fix
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Classes/SearchVC.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/SearchVC.mm b/iphone/Maps/Classes/SearchVC.mm
index 3ba6d01679..8523c30527 100644
--- a/iphone/Maps/Classes/SearchVC.mm
+++ b/iphone/Maps/Classes/SearchVC.mm
@@ -314,7 +314,7 @@ static void OnSearchResultCallback(search::Results const & res)
[lastSearchRequest release];
lastSearchRequest = [[NSString alloc] initWithString:m_searchBar.text];
[self clearCacheResults];
- [self proceedSearchWithString:m_searchBar.text andForceSearch:NO];
+ [self proceedSearchWithString:m_searchBar.text andForceSearch:YES];
}
- (void)onCloseButton:(id)sender