mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 14:19:19 +00:00
Clean up
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user