-
Notifications
You must be signed in to change notification settings - Fork 1
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
진행중인챌린지 히스토리에서는 이미지 변경하기 #264
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.
LGTM~
contentScale = ContentScale.Fit, | ||
previewPlaceholder = R.drawable.img_head_camellia_sm, | ||
) | ||
if (challengeCardInfoUiModel.viewState == "InProgress") { |
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.
Looks good to me!
@@ -120,6 +125,10 @@ private fun ChallengeInfo(challengeCardInfoUiModel: ChallengeCardInfoUiModel) { | |||
} | |||
} | |||
|
|||
private fun String.isInProgress(): Boolean { |
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.
공통 코드 빼는것 좋은거 같아요~ 멋졍! 👍
🔥 관련 이슈
close #261
🔥 PR Point
🔥 To Reviewers
📷 Screenshot