-
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
[Feat/#227] Edit Profile & Participant Profile 관련 수정 #239
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.
빠른 PR 넘넘 좋네요!! 수정사항도 후딱 고쳐내는 당신 최고~!!
private val _userState = MutableSharedFlow<Boolean>() | ||
val userState: SharedFlow<Boolean> | ||
get() = _userState |
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.
SharedFlow
변경 좋네요!!
0 -> ParticipantProfileCharacterFragment() | ||
else -> ParticipantProfileTagFragment() | ||
else -> TripProfileTagFragment() |
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.
요거 제가 네이밍 통일성 주는 게 좋을 것 같아서 다시 ParticipantProfileTagFragment
로 고쳤는데
이건 머지되면 제가 다시 고쳐서 pr올리겠슴당
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 isChangedSuccess: SharedFlow<Boolean> | ||
get() = _isChangedSuccess | ||
|
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.
오!! 좋습니다!
@@ -3,6 +3,7 @@ package com.going.presentation.profile.participant | |||
import android.content.Context | |||
import android.content.Intent | |||
import android.os.Bundle | |||
import android.util.Log |
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.
굿이요~~~
⛳️ Work Description
📸 Screenshot
awesome.mp4
📢 To Reviewers