media/libraries/common/src/main
ibaker 4666d57b12 Ensure ForwardingPlayer users do listener registration correctly
The `@CallSuper` annotation should help catch cases where subclasses are
calling `delegate.addListener` instead of `super.addListener` but it
will also (unintentionally) prevent subclasses from either completely
no-opping the listener registration, or implementing it themselves in a
very custom way. I think that's probably OK, since these cases are
probably unusual, and they should be able to suppress the warning/error.

Issue: androidx/media#258

#minor-release

PiperOrigin-RevId: 513848402
(cherry picked from commit 5d23a92923)
2023-04-18 14:49:09 +01:00
..
java/androidx/media3/common Ensure ForwardingPlayer users do listener registration correctly 2023-04-18 14:49:09 +01:00
javadoc/androidx/media3/common/doc-files Fix location of common module doc-files 2022-01-05 10:35:40 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00