diff --git a/ios/iosremote/.DS_Store b/ios/iosremote/.DS_Store index 2866a04c6e1a..d3823ab1f613 100644 Binary files a/ios/iosremote/.DS_Store and b/ios/iosremote/.DS_Store differ diff --git a/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout b/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout new file mode 100644 index 000000000000..c60a54d82984 --- /dev/null +++ b/ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcshareddata/iosremote.xccheckout @@ -0,0 +1,41 @@ + + + + + IDESourceControlProjectFavoriteDictionaryKey + + IDESourceControlProjectIdentifier + 38D401F1-0006-4453-8863-06591719180A + IDESourceControlProjectName + iosremote + IDESourceControlProjectOriginsDictionary + + 5531F8F5-87D1-4DB5-B578-93603CE0277C + git://gerrit.libreoffice.org/core + + IDESourceControlProjectPath + ios/iosremote/iosremote.xcodeproj/project.xcworkspace + IDESourceControlProjectRelativeInstallPathDictionary + + 5531F8F5-87D1-4DB5-B578-93603CE0277C + ../../../.. + + IDESourceControlProjectURL + git://gerrit.libreoffice.org/core + IDESourceControlProjectVersion + 110 + IDESourceControlProjectWCCIdentifier + 5531F8F5-87D1-4DB5-B578-93603CE0277C + IDESourceControlProjectWCConfigurations + + + IDESourceControlRepositoryExtensionIdentifierKey + public.vcs.git + IDESourceControlWCCIdentifierKey + 5531F8F5-87D1-4DB5-B578-93603CE0277C + IDESourceControlWCCName + core + + + + 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];