ソースを参照

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