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
1ecea0ef
Commit
1ecea0ef
authored
May 25, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Movie View: fix disappearing status bar when leaving playback
parent
cbbf7d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
AspenProject/VLCMovieViewController.m
AspenProject/VLCMovieViewController.m
+1
-0
No files found.
AspenProject/VLCMovieViewController.m
View file @
1ecea0ef
...
...
@@ -182,6 +182,7 @@
}
[
self
.
navigationController
setNavigationBarHidden
:
NO
animated
:
YES
];
[
UIApplication
sharedApplication
].
statusBarStyle
=
UIStatusBarStyleBlackOpaque
;
[[
UIApplication
sharedApplication
]
setStatusBarHidden
:
NO
withAnimation
:
UIStatusBarAnimationFade
];
[
_mediaPlayer
pause
];
[
super
viewWillDisappear
:
animated
];
if
(
self
.
mediaItem
)
...
...
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