|
@@ -210,7 +210,7 @@
|
|
|
self.tableView.separatorColor = NCBrandColor.sharedInstance.separator;
|
|
|
|
|
|
[appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar];
|
|
|
- [appDelegate aspectTabBar:self.tabBarController.tabBar hidden:NO];
|
|
|
+ [appDelegate aspectTabBar:self.tabBarController.tabBar];
|
|
|
|
|
|
[self reloadForm];
|
|
|
}
|
|
@@ -321,7 +321,7 @@
|
|
|
[appDelegate settingDarkMode];
|
|
|
|
|
|
[appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar];
|
|
|
- [appDelegate aspectTabBar:self.tabBarController.tabBar hidden:NO];
|
|
|
+ [appDelegate aspectTabBar:self.tabBarController.tabBar];
|
|
|
self.tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundView;
|
|
|
[self initializeForm];
|
|
|
[self reloadForm];
|
|
@@ -350,7 +350,7 @@
|
|
|
[appDelegate settingDarkMode];
|
|
|
|
|
|
[appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar];
|
|
|
- [appDelegate aspectTabBar:self.tabBarController.tabBar hidden:NO];
|
|
|
+ [appDelegate aspectTabBar:self.tabBarController.tabBar];
|
|
|
self.tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundView;
|
|
|
[self initializeForm];
|
|
|
[self reloadForm];
|