mirror of
https://github.com/androidx/media.git
synced 2025-05-10 09:12:16 +08:00

The `controller.prepare()` call can trigger the callback `onPrepare()`, however, this will count down the latch by one before the callback `onStop()` is triggered. PiperOrigin-RevId: 560988209