-
Notifications
You must be signed in to change notification settings - Fork 4
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
모먼트 삭제 기능 구현 #91
모먼트 삭제 기능 구현 #91
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.
좋습니다~!!
) | ||
.apply { _isReady.value = true } |
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.
LGTM!
scope = viewModelScope, | ||
started = SharingStarted.WhileSubscribed(5000), | ||
initialValue = emptyList() | ||
) |
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.
StateFlow
로 바꾸시는 이유가 무엇인가요?
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.
밑에 Paging 처리해서 가져온 변수가 StateFlow
로 정의 되어있어서 똑같이 저런 식으로 해둔건데 사실 큰 의미는 없습니다!!!!!!!!!!!!!!!!!!!!
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.
수고하셨습니다!
🚀 Issue #14
👨🔧 개요
모먼트 삭제 기능 구현 / UiState 적용
📝 작업 내용
BroadCastReceiver
를 통해 이벤트를 발생시켰는데 DB에 변경사항이 있을 때 자동으로 리스트 갱신 방식으로 변경 (그러나 사소한 이슈 발생 모먼트 남기기 시 바텀시트 최신순 정렬, 스크롤 맨 위로 올리기 #90 )📢 특이 사항
모먼트 수정부분까지하면 수정 내용 길어질까봐 여기까지해서 PR 올립니다 :)