mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Bump dependencies and support library
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user