소스 검색

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