فهرست منبع

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
 - (void)mediaListUpdated
 {
 {
     _mediaList = [self.controller.currentListFiles copy];
     _mediaList = [self.controller.currentListFiles copy];
-    [self.tableView reloadData];
+
+    [super mediaListUpdated];
 }
 }
 
 
 #pragma mark - Table view delegate
 #pragma mark - Table view delegate