Skip to content
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

Merged
merged 8 commits into from
Oct 20, 2024
Merged

[AN] fix : 채팅 Ui 오류 수정 #676

merged 8 commits into from
Oct 20, 2024

Conversation

gaeun5744
Copy link
Member

이슈

개발 사항

  • 페이징 데이터 중복 문제 해결
  • 메시지 공백 ui 오류 수정

@gaeun5744 gaeun5744 self-assigned this Oct 18, 2024
Copy link

Test Results

62 tests  ±0   62 ✅ ±0   1s ⏱️ ±0s
 9 suites ±0    0 💤 ±0 
 9 files   ±0    0 ❌ ±0 

Results for commit 6df6833. ± Comparison against base commit 3dc7dc9.

@gaeun5744 gaeun5744 added 🤖 android android 🐞 bug 버그 수정 labels Oct 18, 2024
Copy link
Member

@junjange junjange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~~

Comment on lines +99 to +105
content = content ?: throw IllegalArgumentException("message content가 null 입니다."),
member = member.toDomain(),
createdAt = createdAt,
)
} else {
Message.Other(
content = content!!,
content = content ?: throw IllegalArgumentException("message content가 null 입니다."),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿

Copy link
Contributor

@jinuemong jinuemong left a 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)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이건 몬가요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recyclerView의 끝에 다다라서, 더이상 스크롤 할 수 없는지를 판별하기 위한 메서드 입니다!!

@gaeun5744 gaeun5744 merged commit 59cb10f into develop Oct 20, 2024
2 checks passed
takoyakimchi pushed a commit that referenced this pull request Oct 23, 2024
@takoyakimchi takoyakimchi deleted the fix/chat-error branch November 4, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android 🐞 bug 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

채팅 ui 오류 수정
3 participants