mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Additionally sort by chapter number in recent updates (fixes #2586)
This commit is contained in:
		| @@ -63,7 +63,9 @@ class RecentChaptersPresenter( | ||||
|                             .groupByTo(map, { getMapKey(it.chapter.date_fetch) }) | ||||
|                     byDay.flatMap { | ||||
|                         val dateItem = DateItem(it.key) | ||||
|                         it.value.map { RecentChapterItem(it.chapter, it.manga, dateItem) } | ||||
|                         it.value | ||||
|                                 .sortedByDescending { it.chapter.chapter_number } | ||||
|                                 .map { RecentChapterItem(it.chapter, it.manga, dateItem) } | ||||
|                     } | ||||
|                 } | ||||
|                 .doOnNext { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user