浏览代码

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