feat(user-profile): 팔로워 수 문구 팔로워 OO에서 팔로워 OO명으로 변경

This commit is contained in:
2025-10-20 19:20:23 +09:00
parent 7e501c794d
commit a56c21f856

View File

@@ -718,7 +718,7 @@ class UserProfileActivity : BaseActivity<ActivityUserProfileBinding>(
binding.tvNotificationCount.visibility = View.VISIBLE binding.tvNotificationCount.visibility = View.VISIBLE
binding binding
.tvNotificationCount .tvNotificationCount
.text = "팔로워 ${creator.notificationRecipientCount.moneyFormat()}" .text = "팔로워 ${creator.notificationRecipientCount.moneyFormat()}"
} }
if (creator.isFollow) { if (creator.isFollow) {