@@ -274,10 +274,12 @@
[appDelegate maintenanceMode:NO];
- [_hud hideHud];
-
// Inizialized home
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_notificationCenter_initializeMain object:nil userInfo:nil];
+
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
+ [_hud hideHud];
+ });
}
- (void)clearCacheRequest:(XLFormRowDescriptor *)sender