mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:15:14 +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 -> {
|
||||
previousChapter = pair.first;
|
||||
nextChapter = pair.second;
|
||||
});
|
||||
})
|
||||
.observeOn(AndroidSchedulers.mainThread());
|
||||
}
|
||||
|
||||
// Listen for retry page events
|
||||
|
Loading…
Reference in New Issue
Block a user