mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 16:53:29 +01:00
Fixes incorrect search cancel button tint color after browsing category/source apps
This commit is contained in:
@@ -111,6 +111,13 @@ class FeaturedViewController: UICollectionViewController
|
|||||||
|
|
||||||
self.navigationItem.largeTitleDisplayMode = .always
|
self.navigationItem.largeTitleDisplayMode = .always
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override func viewDidAppear(_ animated: Bool)
|
||||||
|
{
|
||||||
|
super.viewDidAppear(animated)
|
||||||
|
|
||||||
|
self.navigationController?.navigationBar.tintColor = .altPrimary
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private extension FeaturedViewController
|
private extension FeaturedViewController
|
||||||
|
|||||||
Reference in New Issue
Block a user