mirror of
https://github.com/androidx/media.git
synced 2025-05-06 23:20:42 +08:00

Previously calling removeListener would remove all instances of that
listener. Now it only removes a single instance.
This probably should have been part of introducing the Multiset:
2bd4d61b9b
PiperOrigin-RevId: 301191940