-
Notifications
You must be signed in to change notification settings - Fork 71
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
[북마크] 일괄 삭제 기능 추가 #311
[북마크] 일괄 삭제 기능 추가 #311
Conversation
Test Results19 tests 19 ✅ 5s ⏱️ Results for commit da592b8. ♻️ This comment has been updated with latest results. |
state.copy(selectedSessionIds = persistentSetOf()) | ||
} | ||
}.catch { throwable -> | ||
_errorFlow.emit(throwable) |
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.
중요.
flow {} 함수에서 suspend에서 오류가 발생하면 catch로 이벤트가 오지 않습니다.
(이 코드는 의미 없는 코드에요)
flow() 이후에 오는 경우에만 여기 catch로 잡힙니다.
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.
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.
flow { emit(XXX) }
이 부분 테스트 확인만 부탁드립니다. emit은 말 그대로 전달하는 것일 뿐이라서 flow 시작 전에 데이터의 발생 시점이라 잡히지 않는걸로 기억해서 적은 내용인데, 이상 없다면 머지진행할게요
Issue
Overview
드래그 앤 드롭으로 순서를 변경한다.→ 별도 이슈로 관리Screenshot
KakaoTalk_20240531_022422890.mp4