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
Carola
vlc-ios
Commits
1b6fde8f
Commit
1b6fde8f
authored
Feb 03, 2018
by
Carola Nitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCDisplayController: let touches go through to the ui when present
parent
016561ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Sources/VLCPlayerDisplayController.m
Sources/VLCPlayerDisplayController.m
+1
-0
No files found.
Sources/VLCPlayerDisplayController.m
View file @
1b6fde8f
...
...
@@ -57,6 +57,7 @@ static NSString *const VLCPlayerDisplayControllerDisplayModeKey = @"VLCPlayerDis
[
notificationCenter
addObserver
:
self
selector
:
@selector
(
playbackDidStart
:
)
name
:
VLCPlaybackControllerPlaybackDidStart
object
:
nil
];
[
notificationCenter
addObserver
:
self
selector
:
@selector
(
playbackDidFail
:
)
name
:
VLCPlaybackControllerPlaybackDidFail
object
:
nil
];
[
notificationCenter
addObserver
:
self
selector
:
@selector
(
playbackDidStop
:
)
name
:
VLCPlaybackControllerPlaybackDidStop
object
:
nil
];
self
.
view
.
userInteractionEnabled
=
NO
;
}
return
self
;
}
...
...
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