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
c9c6ee87
Commit
c9c6ee87
authored
Aug 18, 2013
by
Felix Paul Kühne
Browse files
movie view: fix artifact on initial playback
parent
164c1070
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCMovieViewController.m
View file @
c9c6ee87
...
...
@@ -156,6 +156,8 @@
if
([
self
hasExternalDisplay
])
[
self
showOnExternalDisplay
];
self
.
trackNameLabel
.
text
=
self
.
artistNameLabel
.
text
=
self
.
albumNameLabel
.
text
=
@""
;
_movieView
.
userInteractionEnabled
=
NO
;
UITapGestureRecognizer
*
tapOnVideoRecognizer
=
[[
UITapGestureRecognizer
alloc
]
initWithTarget
:
self
action
:
@selector
(
toggleControlsVisible
)];
tapOnVideoRecognizer
.
delegate
=
self
;
...
...
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