Minor changes

This commit is contained in:
inorichi
2015-12-24 15:04:52 +01:00
parent 1c4b5b3a72
commit 2aa36ed702
3 changed files with 35 additions and 60 deletions
@@ -32,7 +32,7 @@ public class LibraryPresenter extends BasePresenter<LibraryFragment> {
super.onCreate(savedState);
restartableLatestCache(GET_MANGAS,
() -> db.getFavoriteMangasWithUnread().createObservable()
() -> db.getLibraryMangas().createObservable()
.observeOn(AndroidSchedulers.mainThread()),
LibraryFragment::onNextMangas);