فهرست منبع

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];