mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-04 08:55:06 +01:00
Update MigrationProcessHolder.kt
This commit is contained in:
parent
4de983fc55
commit
dbbdc4c62e
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user