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

When we currently trigger the iteration finished event during the release, we don't mark the event as triggered. This means that someone can trigger another release from within the callback, which then tries to resend the event. Issue: google/ExoPlayer#10758 PiperOrigin-RevId: 488645089 (cherry picked from commit 1def68bf3c00035aad0821d3997187317ce099dc)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.