mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Fix a crash
This commit is contained in:
parent
57ba368ae0
commit
eec2dcd981
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user