Explorar o código

Fix tabbar dark mode

Signed-off-by: Philippe Weidmann <philippe.weidmann@infomaniak.com>
Philippe Weidmann %!s(int64=4) %!d(string=hai) anos
pai
achega
690a95abef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/AppDelegate.m

+ 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;