Improve tab switching animation in non-pure-black dark mode on iOS 18

This commit is contained in:
Shadowfacts 2024-08-19 11:32:29 -04:00
parent 3f0dd599b3
commit fdbfe49a7c
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ class MainTabBarViewController: UITabBarController, UITabBarControllerDelegate {
#endif #endif
tabBar.isSpringLoaded = true tabBar.isSpringLoaded = true
view.backgroundColor = .appBackground
} }
// Fast account switcher is not supported on visionOS // Fast account switcher is not supported on visionOS