fix(live-room): 채팅 얼림 버튼 배치와 경고 문구를 정리한다

This commit is contained in:
2026-03-20 15:58:27 +09:00
parent 3a14bad2a4
commit 41f6ddd61b
7 changed files with 50 additions and 35 deletions

View File

@@ -287,7 +287,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
private fun showChatFreezeWarning() {
Toast.makeText(
applicationContext,
getString(R.string.screen_live_room_chat_freeze_warning),
"🧊 채팅창이 얼었습니다.",
Toast.LENGTH_SHORT
).show()
}