Fix incorrect label in auto-migration
This commit is contained in:
parent
9c70e69300
commit
8a7f8c4068
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user