|
@@ -173,7 +173,7 @@
|
|
|
[appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar online:[appDelegate.reachability isReachable] hidden:NO];
|
|
|
[appDelegate aspectTabBar:self.tabBarController.tabBar hidden:NO];
|
|
|
|
|
|
- [self recalculateSize];
|
|
|
+ //[self recalculateSize];
|
|
|
}
|
|
|
|
|
|
- (void)changeTheming
|
|
@@ -357,7 +357,7 @@
|
|
|
|
|
|
[KTVHTTPCache cacheDeleteAllCaches];
|
|
|
|
|
|
- [self recalculateSize];
|
|
|
+ //[self recalculateSize];
|
|
|
|
|
|
// Clear Database
|
|
|
|
|
@@ -421,6 +421,7 @@
|
|
|
[self presentViewController:alertController animated:YES completion:nil];
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
- (void)recalculateSize
|
|
|
{
|
|
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
|
@@ -438,6 +439,7 @@
|
|
|
self.form.delegate = self;
|
|
|
});
|
|
|
}
|
|
|
+*/
|
|
|
|
|
|
#pragma --------------------------------------------------------------------------------------------
|
|
|
#pragma mark == Exit Nextcloud ==
|