Update MigrationProcessHolder.kt

pull/2497/head
Jay 5 years ago
parent 4de983fc55
commit dbbdc4c62e

@ -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))
} }
} }

Loading…
Cancel
Save