This commit is contained in:
inorichi
2016-01-23 21:58:36 +01:00
parent 6c844cfd9c
commit 5c854984e4
2 changed files with 6 additions and 2 deletions
@@ -97,7 +97,7 @@ public class MangaInfoPresenter extends BasePresenter<MangaInfoFragment> {
})
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.doOnCompleted(this::refreshManga);
.doOnNext(manga -> refreshManga());
}
public void toggleFavorite() {