AntennaPod/core
ByteHamster 5a99580985 Do not deadlock on seek when using Sonic
Callbacks are called on the thread that created the MediaPlayer.
For Sonic, this is the executor. For ExoPlayer, this is the main thread.
When calling executor.submit, every thread waiting for the runnable to
complete gets blocked.

Because the callback is called in the thread that created the player,
we can simply remove the call to executor.submit and still be sure
that a background thread is used.
2019-05-07 15:32:48 +02:00
..
src Do not deadlock on seek when using Sonic 2019-05-07 15:32:48 +02:00
.gitignore
build.gradle Require the Mockito library for unit testing 2019-03-31 16:26:26 +02:00
proguard-rules.pro