Skip to content

Commit

Permalink
Fix subscription icon displaying for movie types in result previews (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna712 authored Jul 28, 2024
1 parent a28ee41 commit 0aa48f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ class ResultViewModel2 : ViewModel() {
// lets say that we have subscribed, then we must be able to unsubscribe no matter what
else if (data != null) {
_subscribeStatus.postValue(true)
}
} else _subscribeStatus.postValue(null)
}

private fun postFavorites(loadResponse: LoadResponse) {
Expand Down Expand Up @@ -2861,4 +2861,4 @@ class ResultViewModel2 : ViewModel() {
}
}
}
}
}

0 comments on commit 0aa48f3

Please sign in to comment.