AntennaPod/core
ByteHamster bf6f6376db Do not deadlock
The Android internal media player blocks its `start()` call until the
seek listener completes. The seek listener is called on the main thread
even though `start()` is called on the executor. This makes the main
thread wait for the lock and the executor (which has the lock) wait for the
main thread to finish the call to the listener.
2019-05-08 19:18:44 +02:00
..
src Do not deadlock 2019-05-08 19:18:44 +02:00
.gitignore
build.gradle Require the Mockito library for unit testing 2019-03-31 16:26:26 +02:00
proguard-rules.pro