mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-03 18:57:46 +01:00
Fix navigation-bar-style (IOS-157)
This commit is contained in:
parent
2b59def31e
commit
ce897a0e05
@ -35,6 +35,10 @@ class SuggestionAccountViewController: UIViewController, NeedsDependency {
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
setupNavigationBarAppearance()
|
||||
defer { setupNavigationBarBackgroundView() }
|
||||
|
||||
|
||||
title = L10n.Scene.SuggestionAccount.title
|
||||
navigationItem.rightBarButtonItem = UIBarButtonItem(
|
||||
barButtonSystemItem: UIBarButtonItem.SystemItem.done,
|
||||
@ -121,3 +125,5 @@ extension SuggestionAccountViewController: SuggestionAccountTableViewFooterDeleg
|
||||
viewModel.followAllSuggestedAccounts(self)
|
||||
}
|
||||
}
|
||||
|
||||
extension SuggestionAccountViewController: OnboardingViewControllerAppearance { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user