fix the notification buttons on the Muted users page (#2009)
This commit is contained in:
parent
6c7b9fbe0a
commit
b1a1a69988
|
@ -330,6 +330,7 @@ class AccountListFragment : BaseFragment(), AccountActionListener, Injectable {
|
||||||
|
|
||||||
private fun fetchRelationships(ids: List<String>) {
|
private fun fetchRelationships(ids: List<String>) {
|
||||||
api.relationships(ids)
|
api.relationships(ids)
|
||||||
|
.observeOn(AndroidSchedulers.mainThread())
|
||||||
.autoDispose(from(this))
|
.autoDispose(from(this))
|
||||||
.subscribe(::onFetchRelationshipsSuccess) {
|
.subscribe(::onFetchRelationshipsSuccess) {
|
||||||
onFetchRelationshipsFailure(ids)
|
onFetchRelationshipsFailure(ids)
|
||||||
|
|
Loading…
Reference in New Issue