Explorar o código

Fix plus button theming

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

+ 1 - 0
iOSClient/AppDelegate.m

@@ -1035,6 +1035,7 @@
             UITabBarController *tabBarController = [masterNavigationController.viewControllers firstObject];
             if ([tabBarController isKindOfClass:[UITabBarController class]]) {
                 tabBarController.tabBar.backgroundColor = NCBrandColor.sharedInstance.tabBar;
+                [tabBarController.tabBar viewWithTag:99].backgroundColor = NCBrandColor.sharedInstance.brand;
             }
         }
     }