Skip to content

Commit

Permalink
music: fix broken android auto search
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Aug 30, 2024
1 parent fd597ea commit e4310cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ constructor(
}

private fun <T> Result<T>.dispatchAsync(body: suspend () -> T?) {
detach()
dispatchScope.launch {
try {
detach()
val result = body()
if (result == null) {
logW("Result is null")
Expand Down

0 comments on commit e4310cf

Please sign in to comment.