forked from organicmaps/organicmaps
[iOS] Always show balloon on the map after parsing.
This commit is contained in:
parent
5cef11e2de
commit
563dc5a62b
1 changed files with 1 additions and 1 deletions
|
@ -226,10 +226,10 @@ void InitLocalizedStrings()
|
|||
|
||||
-(void) showParsedBookmarkOnMap:(url_api::Request) request
|
||||
{
|
||||
[m_mapViewController dismissPopoverAndSaveBookmark:YES];
|
||||
[m_navController popToRootViewControllerAnimated:YES];
|
||||
if (![m_navController.visibleViewController isMemberOfClass:NSClassFromString(@"MapViewController")])
|
||||
[m_mapViewController dismissModalViewControllerAnimated:YES];
|
||||
[m_mapViewController dismissPopoverAndSaveBookmark:YES];
|
||||
m_navController.navigationBarHidden = YES;
|
||||
|
||||
m2::PointD point(MercatorBounds::LonToX(request.m_viewportLon),
|
||||
|
|
Loading…
Add table
Reference in a new issue