mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Update MigrationProcessHolder.kt
(cherry picked from commit dbbdc4c62e83328fd5d3623e42e56aa74511c320)
This commit is contained in:
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user