Bump dependencies and support library

This commit is contained in:
len
2016-05-12 20:15:15 +02:00
parent 43fafbc747
commit 70fabf6a6b
2 changed files with 4 additions and 5 deletions

View File

@ -75,7 +75,6 @@ class ChaptersPresenter : BasePresenter<ChaptersFragment>() {
start(DB_CHAPTERS)
add(db.getChapters(manga).asRxObservable()
.subscribeOn(Schedulers.io())
.doOnNext { chapters ->
this.chapters = chapters
SharedData.get(ChapterCountEvent::class.java)?.emit(chapters.size)