Update MigrationProcessHolder.kt
(cherry picked from commit dbbdc4c62e83328fd5d3623e42e56aa74511c320)
This commit is contained in:
parent
8e6ed194a6
commit
fb92b1a0b4
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user