-
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/#267] 세연 담당 뷰 / 2차 QA 이슈 대응 #269
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.
굿굿티비~
@@ -78,6 +78,14 @@ class DashBoardActivity : | |||
} | |||
} | |||
|
|||
private fun setChangeTripInfo() { | |||
val progress = DashBoardViewModel.COMPLETED |
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.
수정까지 최고~~~
private fun sendTripId() { | ||
Intent(requireActivity(), DashBoardActivity::class.java).apply { | ||
putExtra(TRIP_ID, viewModel.tripId) | ||
startActivity(this) | ||
} | ||
} |
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
📢 To Reviewers