fix the notification buttons on the Muted users page (#2009)

main
Konrad Pozniak 3 years ago committed by Alibek Omarov
parent 6e1c99513a
commit 05ab2c5c38
  1. 1
      app/src/main/java/com/keylesspalace/tusky/fragment/AccountListFragment.kt

@ -359,6 +359,7 @@ class AccountListFragment : BaseFragment(), AccountActionListener, Injectable {
private fun fetchRelationships(ids: List<String>) {
api.relationships(ids)
.observeOn(AndroidSchedulers.mainThread())
.autoDispose(from(this))
.subscribe(::onFetchRelationshipsSuccess) {
onFetchRelationshipsFailure(ids)

Loading…
Cancel
Save