forked from organicmaps/organicmaps
[iOS] back button title, after api mode fix.
This commit is contained in:
parent
9b4b83abac
commit
b358d52c83
1 changed files with 1 additions and 1 deletions
|
@ -691,8 +691,8 @@ NSInteger compareAddress(id l, id r, void * context)
|
|||
{
|
||||
_isApiMode = NO;
|
||||
[self Invalidate];
|
||||
self.navigationItem.title = nil;
|
||||
[self.navigationController setNavigationBarHidden:YES animated:YES];
|
||||
self.navigationController.navigationItem.title = @"";
|
||||
Framework & f = GetFramework();
|
||||
f.ClearMapApiPoints();
|
||||
f.GetBalloonManager().Hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue