Explorar o código

Dropbox: compilation fix

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
c4f6c779ef
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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];