Add an option to get unread chapters of mangas

This commit is contained in:
inorichi
2015-10-01 14:30:08 +02:00
parent db49c3ee88
commit 4e795b69e5
7 changed files with 89 additions and 8 deletions
@@ -45,8 +45,7 @@ public class LibraryPresenter extends BasePresenter {
}
public void initializeMangas() {
db.manga.get()
db.manga.getWithUnread()
.observeOn(mainThread())
.subscribe(mangas -> {
adapter = new LibraryAdapter<>(view.getActivity(), mangas);