1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-30 16:00:50 +00:00
NewPipe/app/src/main/java
kt programs 047fe21c14 Fix hiding player controls when playing from media button
DefaultControlDispatcher was removed in ExoPlayer 2.16.0, so the class
extending it that handled play/pause was removed in #8020.

The new solution is to use an instance of ForwardingPlayer. Call
sessionConnector.setPlayer with an instance of ForwardingPlayer that
overrides play() and pause() and calls the callback methods.
2022-04-30 17:43:30 +08:00
..
androidx/fragment/app Update pager workaround to Fragment 1.3.6 2021-10-19 17:39:38 -04:00
com/google/android/material/appbar Small improvements to code quality and readability 2021-12-21 20:55:41 +01:00
org Fix hiding player controls when playing from media button 2022-04-30 17:43:30 +08:00
us/shandian/giga FIx breaking changes 2022-03-26 21:21:07 +01:00