Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
📝 작업 내용
채팅창에서 다른 채팅창의 메세지 알림이 왔을 때 그 알림 클릭하면 다른 채팅창으로 이동하도록 수정했습니다. 원래는 이동하지 않았습니다. 제가 리팩터링 하면서 잘못 구현했습니다.
그리고 프로필 화면 간 다음 거기서 쪽지 보내면 방금 보낸 쪽지가 보이지 않았습니다. 이유는
onNewIntent()
가 호출되었기 때문입니다. 따라서 로그인한 사용자가 메세지 보내서onNewIntent()
가 호출된 거라면 새로고침하도록 수정하였습니다. 근데 이건 디자인을 수정해야 할 문제 같습니다. 프로필 화면에서 메세지 다이얼로그 띄워서 메세지를 보내는 것보단 그냥 채팅창 화면으로 이동할 수 있게 하는 게 더 나을 것 같아요. 만약 한 번도 채팅하지 않아서 roomId가 없다면 카카오톡처럼 빈 화면을 보여주게 하면 좋을 것 같아요. 이 부분은 어떻게 생각하시나요?스크린샷 (선택)
예상 소요 시간 및 실제 소요 시간 (일 / 시간 / 분)
예상 소요 시간 : 5분
실제 소요 시간 : 40분
💬 리뷰어 요구사항 (선택)