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

Allow popup playback across videos

parent 15a3e6cb
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,6 @@ public class PopupManager implements PlaybackService.Callback, GestureDetector.O
public void onMediaPlayerEvent(MediaPlayer.Event event) {
switch (event.type) {
case MediaPlayer.Event.Stopped:
case MediaPlayer.Event.EndReached:
mService.removePopup();
break;
case MediaPlayer.Event.Playing:
......
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