From fdbfe49a7c4686770a2e82a33daa553dc646e62f Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 19 Aug 2024 11:32:29 -0400 Subject: [PATCH] Improve tab switching animation in non-pure-black dark mode on iOS 18 --- Tusker/Screens/Main/MainTabBarViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tusker/Screens/Main/MainTabBarViewController.swift b/Tusker/Screens/Main/MainTabBarViewController.swift index cbf00b12..bcac3df3 100644 --- a/Tusker/Screens/Main/MainTabBarViewController.swift +++ b/Tusker/Screens/Main/MainTabBarViewController.swift @@ -80,6 +80,8 @@ class MainTabBarViewController: UITabBarController, UITabBarControllerDelegate { #endif tabBar.isSpringLoaded = true + + view.backgroundColor = .appBackground } // Fast account switcher is not supported on visionOS