Эх сурвалжийг харах

Fix tabbar dark mode

Signed-off-by: Philippe Weidmann <philippe.weidmann@infomaniak.com>
Philippe Weidmann 4 жил өмнө
parent
commit
690a95abef

+ 1 - 0
iOSClient/AppDelegate.m

@@ -1021,6 +1021,7 @@
         if ([masterNavigationController isKindOfClass:[UINavigationController class]]) {
             UITabBarController *tabBarController = [masterNavigationController.viewControllers firstObject];
             if ([tabBarController isKindOfClass:[UITabBarController class]]) {
+                tabBarController.tabBar.barTintColor = NCBrandColor.sharedInstance.backgroundView;
                 tabBarController.tabBar.backgroundColor = NCBrandColor.sharedInstance.tabBar;
                 tabBarController.tabBar.tintColor = NCBrandColor.sharedInstance.brandElement;
                 [tabBarController.tabBar viewWithTag:99].backgroundColor = NCBrandColor.sharedInstance.brandElement;