Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make MediaSource.Factory a nullable parameter.
In some cases, callers will need to pass in both BitmapLoader and Codec.DecoderFactory without specifying a custom MediaSource.Factory. Omitting the annotation will result in NULL_FOR_NONNULL_TYPE compilation errors in Kotlin. PiperOrigin-RevId: 695481606
- Loading branch information