Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
c62e8b30
Commit
c62e8b30
authored
Jan 25, 2015
by
Pierre SAGASPE
Committed by
Felix Paul Kühne
Jan 25, 2015
Browse files
oneDrive: fix display bar bottom after logout
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
85e7a37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCOneDriveController.m
View file @
c62e8b30
...
...
@@ -92,6 +92,9 @@
[
_liveClient
logoutWithDelegate
:
self
userState
:
@"logout"
];
_activeSession
=
NO
;
_userAuthenticated
=
NO
;
_currentFolder
=
nil
;
if
([
self
.
delegate
respondsToSelector
:
@selector
(
mediaListUpdated
)])
[
self
.
delegate
mediaListUpdated
];
}
-
(
NSArray
*
)
currentListFiles
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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