Fix server selection from pull requests

This commit is contained in:
Georg Bauer
2026-07-31 10:13:46 +02:00
parent f201814d54
commit 201f32f125
3 changed files with 13 additions and 8 deletions

View File

@@ -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)
}