diff --git a/iphone/Maps/Settings/SettingsManager.mm b/iphone/Maps/Settings/SettingsManager.mm index b280de4846..ab8401dc8c 100644 --- a/iphone/Maps/Settings/SettingsManager.mm +++ b/iphone/Maps/Settings/SettingsManager.mm @@ -82,7 +82,7 @@ using namespace storage; { m_storage->Unsubscribe(); - [[MapsAppDelegate theApp].m_navigationController popViewControllerAnimated:YES]; + [[MapsAppDelegate theApp].m_navigationController popToRootViewControllerAnimated:YES]; m_storage = nil; }