Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
c4f6c779
Commit
c4f6c779
authored
May 25, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dropbox: compilation fix
parent
481fccad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
AspenProject/VLCDropboxTableViewController.m
AspenProject/VLCDropboxTableViewController.m
+1
-5
No files found.
AspenProject/VLCDropboxTableViewController.m
View file @
c4f6c779
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment