소스 검색

Dropbox: compilation fix

Felix Paul Kühne 12 년 전
부모
커밋
c4f6c779ef
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      AspenProject/VLCDropboxTableViewController.m

+ 1 - 5
AspenProject/VLCDropboxTableViewController.m

@@ -86,6 +86,7 @@
 - (void)viewWillAppear:(BOOL)animated
 {
     self.navigationController.toolbarHidden = NO;
+    [self updateViewAfterSessionChange];
     [super viewWillAppear:animated];
 }
 
@@ -111,11 +112,6 @@
     [_dropboxController requestDirectoryListingAtPath:_currentPath];
 }
 
-- (void)viewWillAppear:(BOOL)animated
-{
-    [self updateViewAfterSessionChange];
-}
-
 - (IBAction)dismiss:(id)sender
 {
     [self.navigationController dismissModalViewControllerAnimated:YES];