diff options
-rw-r--r-- | ios/iosremote/iosremote/Communication/CommunicationManager.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/iosremote/iosremote/Communication/CommunicationManager.m b/ios/iosremote/iosremote/Communication/CommunicationManager.m index e92df8ce3cb3..3c003d03d135 100644 --- a/ios/iosremote/iosremote/Communication/CommunicationManager.m +++ b/ios/iosremote/iosremote/Communication/CommunicationManager.m @@ -83,6 +83,7 @@ otherButtonTitles:NSLocalizedString(@"Help", nil), nil]; [message show]; }); + [[self.delegate navigationController] popToRootViewControllerAnimated:YES]; [(server_list_vc *)self.delegate startSearching]; } else { [[self.delegate navigationController] popToRootViewControllerAnimated:YES]; |