fix(live-room): 채팅 얼림 버튼 배치와 경고 문구를 정리한다
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user