-
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
[FIX/#257] 유빈 담당 뷰 / QA 이슈 대응 #258
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.
안드최강오비리드이유빈
override fun onResume() { | ||
super.onResume() | ||
|
||
setTravelerName() | ||
} | ||
|
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.
굿뜨~~
@@ -10,7 +10,7 @@ | |||
<androidx.constraintlayout.widget.ConstraintLayout | |||
android:layout_width="match_parent" | |||
android:layout_height="match_parent" | |||
android:background="@color/white_000" | |||
android:background="@color/gray_50" |
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.
역시 매의 눈 ....들이시군요
fun checkIsPreferenceChange(number: Int, index: Int) { | ||
when (number) { | ||
1 -> { | ||
styleA.value = index | ||
isStyleAChanged = index != defaultStyleA.value |
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.
굿~~
private val defaultStyleA = MutableLiveData(0) | ||
private val defaultStyleB = MutableLiveData(0) | ||
private val defaultStyleC = MutableLiveData(0) | ||
private val defaultStyleD = MutableLiveData(0) | ||
private val defaultStyleE = MutableLiveData(0) | ||
|
||
private val styleA = MutableLiveData(0) | ||
private val styleB = MutableLiveData(0) | ||
private val styleC = MutableLiveData(0) | ||
private val styleD = MutableLiveData(0) | ||
private val styleE = MutableLiveData(0) |
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.
혹시 이걸 전부 다 observe 혹은 데바에 쓰고있나요?
그게 아니라면 mutableLiveData일 필요는 없을 것 같습니다!!
단순히 값을 저장하기 위함이라면 val 혹은 var로도 충분합니당 :)
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
이번 여행은!
header underline 추가하기📸 Screenshot
Screen_Recording_20240314_005935_doorip.mp4
Screen_Recording_20240314_005638_doorip.mp4
📢 To Reviewers