From 71a04ab6c152fc5de21ee021a3c3f5f511e93fa6 Mon Sep 17 00:00:00 2001 From: vrexpert Date: Wed, 3 Apr 2024 17:57:24 +0900 Subject: [PATCH] =?UTF-8?q?refactor(ArtistSearchViewHolder):=20=EA=B3=B5?= =?UTF-8?q?=EC=97=B0=20=EA=B0=9C=EC=88=98=20=EA=B8=B8=EC=9D=B4=EC=97=90=20?= =?UTF-8?q?=EB=94=B0=EB=9D=BC=20=EC=83=89=EA=B9=94=EC=9D=B4=20=EB=B0=94?= =?UTF-8?q?=EB=80=90=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/search/artistsearch/ArtistSearchViewHolder.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/festago/presentation/src/main/java/com/festago/festago/presentation/ui/search/artistsearch/ArtistSearchViewHolder.kt b/android/festago/presentation/src/main/java/com/festago/festago/presentation/ui/search/artistsearch/ArtistSearchViewHolder.kt index 5f74472e8..01318c966 100644 --- a/android/festago/presentation/src/main/java/com/festago/festago/presentation/ui/search/artistsearch/ArtistSearchViewHolder.kt +++ b/android/festago/presentation/src/main/java/com/festago/festago/presentation/ui/search/artistsearch/ArtistSearchViewHolder.kt @@ -34,7 +34,7 @@ class ArtistSearchViewHolder( text = SpannableString(stageCountText).apply { getPartialColorText( start = COLOR_INDEX, - end = COLOR_INDEX + 1, + end = COLOR_INDEX + count.toString().length, color = context.getColor(R.color.secondary_pink_01), ) }