Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 38023e8

Browse files
ismetaninrnystrom
authored andcommitted
Add tabBarController selectedIndex updating (#2058)
1 parent 78760de commit 38023e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Classes/Systems/RootNavigationManager.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ final class RootNavigationManager: GitHubSessionListener {
7777
newBookmarksRootViewController(client: client),
7878
settingsRootViewController ?? UIViewController() // simply satisfying compiler
7979
]
80+
81+
tabBarController?.selectedIndex = 0
8082
}
8183

8284
public func pushLoginViewController(nav: UINavigationController) {

0 commit comments

Comments
 (0)