Skip to content

Commit

Permalink
increase chop char
Browse files Browse the repository at this point in the history
  • Loading branch information
Riztard authored Jan 29, 2024
1 parent 19b2dc1 commit 9cedadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private fun onViewCreated(manga: Manga, context: Context, binding: EditMangaDial
binding.thumbnailUrl.hint =
context.stringResource(
SYMR.strings.thumbnail_url_hint,
manga.ogThumbnailUrl!!.chop(30) + "." + manga.ogThumbnailUrl!!.substringAfterLast(".").chop(6)
manga.ogThumbnailUrl!!.chop(35) + "." + manga.ogThumbnailUrl!!.substringAfterLast(".").chop(6)
)
}
if (!manga.ogDescription.isNullOrBlank()) {
Expand Down

0 comments on commit 9cedadc

Please sign in to comment.