This fixes the non-disappearing activity and refresh indicators (cherry picked from commit e1ba120319179ff51d9a69b3b77724eef4022a72)
@@ -121,7 +121,8 @@
- (void)mediaListUpdated
{
_mediaList = [self.controller.currentListFiles copy];
- [self.tableView reloadData];
+
+ [super mediaListUpdated];
}
#pragma mark - Table view delegate