forked from shadowfacts/Tusker
Improve tab switching animation in non-pure-black dark mode on iOS 18
This commit is contained in:
parent
3f0dd599b3
commit
fdbfe49a7c
|
@ -80,6 +80,8 @@ class MainTabBarViewController: UITabBarController, UITabBarControllerDelegate {
|
|||
#endif
|
||||
|
||||
tabBar.isSpringLoaded = true
|
||||
|
||||
view.backgroundColor = .appBackground
|
||||
}
|
||||
|
||||
// Fast account switcher is not supported on visionOS
|
||||
|
|
Loading…
Reference in New Issue