Update MigrationProcessHolder.kt

(cherry picked from commit dbbdc4c62e83328fd5d3623e42e56aa74511c320)
This commit is contained in:
jobobby04 2020-04-17 00:29:33 -04:00 committed by Jobobby04
parent 8e6ed194a6
commit fb92b1a0b4

View File

@ -155,7 +155,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))
}
}