mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Search working
This commit is contained in:
parent
289e53a7f5
commit
e175a75031
4 changed files with 82 additions and 3 deletions
|
@ -59,7 +59,9 @@ public class LibraryPresenter extends BasePresenter {
|
|||
searchViewSubscription = Observable.switchOnNext(searchViewPublishSubject)
|
||||
.subscribeOn(Schedulers.io())
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe(Timber::w);
|
||||
.subscribe(
|
||||
query -> view.getAdapter().getFilter().filter(query)
|
||||
);
|
||||
}
|
||||
|
||||
public void initializeMangas() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue