mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 03:27:51 +02: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)
|
val lastUpdate = Date(mangaChapters.maxBy { it.date_upload }?.date_upload ?: 0)
|
||||||
|
|
||||||
if (latestChapter > 0f) {
|
if (latestChapter > 0f) {
|
||||||
manga_last_chapter.text = DecimalFormat("#.#").format(count)
|
manga_last_chapter.text = DecimalFormat("#.#").format(latestChapter)
|
||||||
} else {
|
} else {
|
||||||
manga_last_chapter.setText(R.string.unknown)
|
manga_last_chapter.setText(R.string.unknown)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user