forked from organicmaps/organicmaps
[iphone] hide activation mark on search view start
This commit is contained in:
parent
dfb4aa2d86
commit
463f78de6c
2 changed files with 5 additions and 0 deletions
|
@ -1027,7 +1027,10 @@ const long long LITE_IDL = 431183278L;
|
|||
if ([self respondsToSelector:@selector(setNeedsStatusBarAppearanceUpdate)])
|
||||
[self setNeedsStatusBarAppearanceUpdate];
|
||||
if (self.searchView.state == SearchViewStateFullscreen)
|
||||
{
|
||||
GetFramework().ActivateUserMark(NULL);
|
||||
[self.containerView.placePage setState:PlacePageStateHidden animated:YES withCallback:NO];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -246,6 +246,8 @@ __weak SearchView * selfPointer;
|
|||
_state = state;
|
||||
if (withCallback)
|
||||
[self didChangeValueForKey:@"state"];
|
||||
|
||||
GetFramework().Invalidate();
|
||||
}
|
||||
|
||||
- (void)onLocationError:(location::TLocationError)errorCode
|
||||
|
|
Loading…
Add table
Reference in a new issue