media/libraries/exoplayer_dash/src
ibaker 1d139174fd Rollback of 07302a23bd
*** Original commit ***

Remove `@Nullable` from `MediaSource.Factory` setters

The null-behaviour of these methods creates a minimization footgun,
because **any** call to these setters will prevent R8 from removing
the default implementation (even if it's never used by the app) - this
is because R8 can't tell the default implementation is only used if the
parameter is `null`.

PiperOrigin-RevId: 450410833
2022-05-23 13:01:22 +01:00
..
main Rollback of 07302a23bd 2022-05-23 13:01:22 +01:00
test Rollback of 07302a23bd 2022-05-23 13:01:22 +01:00