1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-20 05:41:23 +00:00

-Updated ExoPlayer to r2.5.1.

-Fixes some more deprecations due to Exoplayer and Android O notification updates.
This commit is contained in:
John Zhen M
2017-08-18 11:07:57 -07:00
parent 85108be686
commit 2b2e954b84
7 changed files with 32 additions and 14 deletions

View File

@@ -422,6 +422,11 @@ public class MainVideoPlayer extends Activity {
public ImageButton getPlayPauseButton() {
return playPauseButton;
}
@Override
public void onRepeatModeChanged(int i) {
}
}
private class MySimpleOnGestureListener extends GestureDetector.SimpleOnGestureListener implements View.OnTouchListener {