mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +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