mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00

ExoPlayer methods must not be called from any thread besides the specified app thread. Therefore we shouldn't use them here. Using a regular Handler instead is fully equivalent. Issue:#5240 PiperOrigin-RevId: 227650489