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

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -2004,7 +2004,7 @@
         return;
     }
     
-    if (_refreshControl.isRefreshing == NO)
+    if (_refreshControl.isRefreshing == NO && [_sectionDataSource.allRecordsDataSource count] == 0)
         [_hud visibleIndeterminateHud];
     
     tableDirectory *directory = [[NCManageDatabase sharedInstance] getTableDirectoryWithPredicate:[NSPredicate predicateWithFormat:@"serverUrl = %@", serverUrl]];