Update MigrationProcessHolder.kt
This commit is contained in:
parent
4de983fc55
commit
dbbdc4c62e
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ class MigrationProcessHolder(
|
||||||
manga_last_chapter_label.text = context.getString(R.string.latest_x,
|
manga_last_chapter_label.text = context.getString(R.string.latest_x,
|
||||||
DecimalFormat("#.#").format(latestChapter))
|
DecimalFormat("#.#").format(latestChapter))
|
||||||
} else {
|
} 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 a new issue