LastPipeBender/app/src
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
..
androidTest/java/org/schabi/newpipe Fix tests 2022-04-02 15:43:50 +02:00
debug Improved documentation 2022-01-24 21:08:48 +01:00
main Fix hiding player controls when playing from media button 2022-04-30 17:43:30 +08:00
test Fixed test compilation 2022-03-26 21:44:16 +01:00