Marino Faggiana 7 年 前
コミット
90a96f1cb0
1 ファイル変更0 行追加7 行削除
  1. 0 7
      iOSClient/Main/CCMain.m

+ 0 - 7
iOSClient/Main/CCMain.m

@@ -1901,7 +1901,6 @@
     // verify active user
     tableAccount *record = [[NCManageDatabase sharedInstance] getAccountActive];
     
-    //[_hud hideHud];
     _loadingFolder = NO;
     [self tableViewReloadData];
 
@@ -2023,7 +2022,6 @@
         // Enable change user
         [_ImageTitleHomeCryptoCloud setUserInteractionEnabled:YES];
                 
-        //[_hud hideHud];
         _loadingFolder = NO;
         [self tableViewReloadData];
     }
@@ -2034,9 +2032,7 @@
     // init control
     if (!serverUrl || !app.activeAccount || app.maintenanceMode) {
         
-        [_hud hideHud];
         [_refreshControl endRefreshing];
-        
         return;
     }
     
@@ -2052,9 +2048,6 @@
         return;
     }
     
-    //if (_refreshControl.isRefreshing == NO && [_sectionDataSource.allRecordsDataSource count] == 0)
-    //    [_hud visibleIndeterminateHud];
-    
     _loadingFolder = YES;
     [self tableViewReloadData];