Parcourir la source

VLCBoxTableViewController: Fix infinite loading

Soomin Lee il y a 5 ans
Parent
commit
1e6c6ac42c
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      Sources/VLCBoxTableViewController.m

+ 1 - 2
Sources/VLCBoxTableViewController.m

@@ -118,8 +118,7 @@
         self.navigationController.navigationBar.prefersLargeTitles = NO;
     }
 
-    if (!_listOfFiles || _listOfFiles.count == 0)
-        [self requestInformationForCurrentPath];
+    [self updateViewAfterSessionChange];
 }
 
 - (void)viewWillDisappear:(BOOL)animated