ソースを参照

VLCBoxTableViewController: Fix infinite loading

Soomin Lee 5 年 前
コミット
1e6c6ac42c
1 ファイル変更1 行追加2 行削除
  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