NewPipe/app/src/main
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
..
assets Update displayed licenses 2020-12-31 19:26:41 -05:00
java Fix hiding player controls when playing from media button 2022-04-30 17:43:30 +08:00
res Rename progressive_load_interval_exoplayer_default for all languages 2022-04-29 16:11:28 +02:00
AndroidManifest.xml Migrate CheckForNewAppVersion to Worker (and rename it) 2022-03-03 13:26:57 -05:00