Fix a crash

This commit is contained in:
inorichi 2016-02-05 17:30:58 +01:00
parent 57ba368ae0
commit eec2dcd981

View file

@ -160,7 +160,8 @@ public class ReaderPresenter extends BasePresenter<ReaderActivity> {
.doOnNext(pair -> { .doOnNext(pair -> {
previousChapter = pair.first; previousChapter = pair.first;
nextChapter = pair.second; nextChapter = pair.second;
}); })
.observeOn(AndroidSchedulers.mainThread());
} }
// Listen for retry page events // Listen for retry page events