1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-04-25 05:38:44 +02:00

Fix a crash

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

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