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

We currently only remove messages that have already been sent to the actual Handler, not the pending ones that are only kept in the FakeClock. Fix this by also removing matching messages from the FakeClock list. PiperOrigin-RevId: 353877049