This commit is contained in:
machiav3lli
2022-02-26 03:09:26 +01:00
parent 28a7ca2081
commit 6a6958b7c3
3 changed files with 1 additions and 130 deletions

View File

@ -396,7 +396,7 @@ class SyncService : ConnectionService<SyncService.Binder>() {
searchQuery = "",
section = Section.All,
order = Order.NAME
).mapNotNull { it.item }
).map { it.item }
}
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())