feat(cast): implement Google Cast support and expanded controller activity

This commit is contained in:
2026-04-05 17:15:48 +02:00
parent 0796bc8ef4
commit 7b2cfb4b17
11 changed files with 68 additions and 15 deletions
@@ -402,6 +402,7 @@ class PlayerFragment : Fragment(),
/* Releases MediaController */
private fun releaseController() {
controller?.removeListener(playerListener)
MediaController.releaseFuture(controllerFuture)
}