mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

* Provide a helper Composable for remembering the state instance and launching the listening coroutine that observes the changes in the Player * Add an example to demo-compose of using Shuffle- and Repeat- ButtonStates inside a Shuffle- and RepeatButton Composable. * Reformat the MainActivity usage of `Shuffle` and `Repeat` buttons to form extra Player Controls and combine Prev/Play-Pause/Next with Shuffle/Repeat (Minimal controls + Extra controls = `PlayerControls`) PiperOrigin-RevId: 692939825