Skip to content
Snippets Groups Projects
Commit 9aafacb2 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

VideoPlayerActivity: update play/pause on playing event

parent 5cac306e
No related branches found
No related tags found
No related merge requests found
......@@ -1630,6 +1630,7 @@ public class VideoPlayerActivity extends AppCompatActivity implements IVLCVout.C
private void onPlaying() {
mIsPlaying = true;
stopLoading();
updateOverlayPausePlay();
updateNavStatus();
mHandler.sendEmptyMessageDelayed(FADE_OUT, OVERLAY_TIMEOUT);
setESTracks();
......
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