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
@@ -250,8 +250,7 @@ class RecentChaptersPresenter : BasePresenter<RecentChaptersFragment>() {
* @param item chapter that is opened
*/
fun onOpenChapter(item: MangaChapter) {
val source = sourceManager.get(item.manga.source)
EventBus.getDefault().postSticky(ReaderEvent(source, item.manga, item.chapter))
EventBus.getDefault().postSticky(ReaderEvent(item.manga, item.chapter))
}
/**