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