Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
011700ff
Commit
011700ff
authored
May 21, 2013
by
Felix Paul Kühne
Browse files
movie view: fix potential failure to hide the controls
parent
bce8d1e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCMovieViewController.m
View file @
011700ff
...
...
@@ -176,8 +176,10 @@
-
(
void
)
viewWillDisappear
:(
BOOL
)
animated
{
if
(
_idleTimer
)
if
(
_idleTimer
)
{
[
_idleTimer
invalidate
];
_idleTimer
=
nil
;
}
[
self
.
navigationController
setNavigationBarHidden
:
NO
animated
:
YES
];
[
UIApplication
sharedApplication
].
statusBarStyle
=
UIStatusBarStyleBlackOpaque
;
[
_mediaPlayer
pause
];
...
...
Write
Preview
Supports
Markdown
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