-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AN] fix : 채팅 Ui 오류 수정 #676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~~
content = content ?: throw IllegalArgumentException("message content가 null 입니다."), | ||
member = member.toDomain(), | ||
createdAt = createdAt, | ||
) | ||
} else { | ||
Message.Other( | ||
content = content!!, | ||
content = content ?: throw IllegalArgumentException("message content가 null 입니다."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굳 고생하셨습니다
@@ -108,7 +108,7 @@ class ChatActivity : | |||
if (!binding.rcvChatDetail.canScrollVertically(-1)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 몬가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recyclerView의 끝에 다다라서, 더이상 스크롤 할 수 없는지를 판별하기 위한 메서드 입니다!!
이슈
개발 사항