فهرست منبع

Fix tabbar dark mode

Signed-off-by: Philippe Weidmann <philippe.weidmann@infomaniak.com>
Philippe Weidmann 4 سال پیش
والد
کامیت
690a95abef
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;