mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix incorrect label in auto-migration
This commit is contained in:
		@@ -244,7 +244,7 @@ class MigrationProcedureAdapter(val controller: MigrationProcedureController,
 | 
			
		||||
        val lastUpdate = Date(mangaChapters.maxBy { it.date_upload }?.date_upload ?: 0)
 | 
			
		||||
 | 
			
		||||
        if (latestChapter > 0f) {
 | 
			
		||||
            manga_last_chapter.text = DecimalFormat("#.#").format(count)
 | 
			
		||||
            manga_last_chapter.text = DecimalFormat("#.#").format(latestChapter)
 | 
			
		||||
        } else {
 | 
			
		||||
            manga_last_chapter.setText(R.string.unknown)
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user