Skip to content

Commit

Permalink
Push the navigationTitle of the root VC
Browse files Browse the repository at this point in the history
Was still doing this explicitly.
  • Loading branch information
helje5 committed Apr 26, 2022
1 parent 2e9f159 commit 1d80032
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ open class NavigationController<RootVC>: ViewController, _NavigationController
NavigationView {
viewController._rootViewController.contentView
.controlled(by: viewController._rootViewController)
.navigationTitle(viewController._rootViewController.navigationTitle)
}
}
}
Expand Down

0 comments on commit 1d80032

Please sign in to comment.