Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geoffrey Métais
VLC-Android
Commits
d98539a3
Commit
d98539a3
authored
May 14, 2018
by
Geoffrey Métais
Browse files
Video player: Remove useless trigger
parent
cd2a60c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/gui/video/VideoPlayerActivity.java
View file @
d98539a3
...
...
@@ -1519,9 +1519,6 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
case
MediaPlayer
.
Event
.
Paused
:
updateOverlayPausePlay
();
break
;
case
MediaPlayer
.
Event
.
Stopped
:
exitOK
();
break
;
case
MediaPlayer
.
Event
.
EncounteredError
:
encounteredError
();
break
;
...
...
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