Fix last commit

This commit is contained in:
len
2016-03-19 00:22:13 +01:00
parent 6b326cfb79
commit b8bc3476f4
4 changed files with 5 additions and 9 deletions
@@ -179,7 +179,7 @@ class ChaptersPresenter : BasePresenter<ChaptersFragment>() {
}
fun onOpenChapter(chapter: Chapter) {
EventBus.getDefault().postSticky(ReaderEvent(source, manga, chapter))
EventBus.getDefault().postSticky(ReaderEvent(manga, chapter))
}
fun getNextUnreadChapter(): Chapter? {