Update MigrationProcessHolder.kt

This commit is contained in:
Jay 2020-01-05 01:35:13 -08:00
parent 4de983fc55
commit dbbdc4c62e

View File

@ -156,7 +156,8 @@ class MigrationProcessHolder(
manga_last_chapter_label.text = context.getString(R.string.latest_x,
DecimalFormat("#.#").format(latestChapter))
} else {
manga_last_chapter_label.setText(R.string.unknown)
manga_last_chapter_label.text = context.getString(R.string.latest_x,
context.getString(R.string.unknown))
}
}