Browse Source

Dropbox: compilation fix

Felix Paul Kühne 12 years ago
parent
commit
c4f6c779ef
1 changed files with 1 additions and 5 deletions
  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];