mirror of
https://github.com/androidx/media.git
synced 2025-05-18 04:59:54 +08:00

Composition and EditedMediaItemSequence don't allow empty lists in their main constructors, so shouldn't the vararg API. This is more inline with Effective Java item 53. PiperOrigin-RevId: 583415124