-
Notifications
You must be signed in to change notification settings - Fork 2
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
[hotfix] 신규단체개설뷰 이슈 해결 #252
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.
제 할일 대신해주셔서 감사합니다!
@@ -48,13 +48,12 @@ class NewGroupKeywordFragment : | |||
} | |||
|
|||
private fun collectData() { | |||
newGroupViewModel.newGroupKeywordsState.flowWithLifecycle(lifecycle).onEach { uiState -> | |||
newGroupViewModel.newGroupKeywordsState.flowWithLifecycle(viewLifecycleOwner.lifecycle).onEach { uiState -> |
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.
ㅋㅋ 이런 건 빨리 리팩하라핑
val newGroupKeywordName = MutableStateFlow<String>("") | ||
val newGroupKeywordValue = MutableStateFlow<String>("") | ||
|
||
val isNewGroupBtnEnabled: StateFlow<Boolean> = listOf( | ||
currentPage, | ||
newGroupName, | ||
newGroupEmail, | ||
isNewGroupBtnCheckName, | ||
isGroupNameDuplicatedCheck, |
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.
아 ㅋㅋ 오빠가 만들어놓은 거랑 다른 목적으로 사용하려고 네이밍 수정했슴다 ㅋㅋ ㅜㅜ
Related issue 🛠
Work Description ✏️
Screenshot 📸
Screen_recording_20240313_152655.mp4
Uncompleted Tasks 😅
To Reviewers 📢
ㅠㅠ핑