Fix server selection from pull requests
This commit is contained in:
@@ -127,7 +127,7 @@ final class AppContext {
|
||||
|
||||
private func repositoryRoot(mode: RepositoryMode) -> UIViewController {
|
||||
if core.activeServerIndex() == nil {
|
||||
return ServersViewController(context: self, destination: mode)
|
||||
return ServersViewController(context: self)
|
||||
}
|
||||
return RepositoriesViewController(context: self, mode: mode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user