Browse Source

Merge pull request #1294 from nextcloud/fix-tabbar

Fix plus button theming
Marino Faggiana 4 years ago
parent
commit
5e732790d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/AppDelegate.m

+ 1 - 0
iOSClient/AppDelegate.m

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