소스 검색

dropbox: calling super is always a good idea

This fixes the non-disappearing activity and refresh indicators

(cherry picked from commit e1ba120319179ff51d9a69b3b77724eef4022a72)
Felix Paul Kühne 9 년 전
부모
커밋
a18870c352
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Sources/VLCDropboxTableViewController.m

+ 2 - 1
Sources/VLCDropboxTableViewController.m

@@ -121,7 +121,8 @@
 - (void)mediaListUpdated
 {
     _mediaList = [self.controller.currentListFiles copy];
-    [self.tableView reloadData];
+
+    [super mediaListUpdated];
 }
 
 #pragma mark - Table view delegate