Skip to content
Snippets Groups Projects
Commit 3215e251 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Video player: Remove useless trigger

parent 7b1f9cd9
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,6 @@ import org.videolan.vlc.util.Permissions;
import org.videolan.vlc.util.Strings;
import org.videolan.vlc.util.SubtitlesDownloader;
import org.videolan.vlc.util.Util;
import org.videolan.vlc.util.VLCInstance;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
......@@ -1602,9 +1601,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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment