mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +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 #minor-release PiperOrigin-RevId: 488645089