Boiko Ilya
Results
3
comments of
Boiko Ilya
Hi, have you found solution?
``` class Base @Inject constructor( private val controllerFuture: ListenableFuture, ) : MediaControllerWrapper { private val controller: MediaController? get() = if (controllerFuture.isDone) controllerFuture.get() else null override fun getCurrentMediaItemIndex(function: (Int) -> Unit)...
I am doing that in background thread, in coroutine, default dispatcher