forked from organicmaps/organicmaps
[ios] Fixed location button update on search preview.
This commit is contained in:
parent
ee15309a60
commit
9bb5cfa1c3
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ static BOOL keyboardLoaded = NO;
|
|||
}
|
||||
else if (state == SearchViewStateResults)
|
||||
{
|
||||
[locationManager stop:self];
|
||||
[self.searchBar.textField resignFirstResponder];
|
||||
[UIView animateWithDuration:duration delay:0 damping:damping initialVelocity:0 options:options animations:^{
|
||||
self.alpha = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue