-
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
Feature/feedback #163
Feature/feedback #163
Conversation
@@ -38,7 +42,11 @@ class HouseWorkAdapter( | |||
} | |||
|
|||
fun callDone(layoutPosition: Int) { | |||
onDone.invoke(list[layoutPosition]) | |||
onDone.invoke( |
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.
invoke가 어떻게 사용하는 기능인가요?
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.
onDone을 호출합니다.
} | ||
|
||
companion object { | ||
const val TAG = "ModalBottomSheet" |
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.
HouseKeeperConst.kt 로 이동시켜주세요!
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.
넹
android:visibility="@{emojiNum==0?View.VISIBLE:View.GONE}" | ||
android:textSize="14sp" | ||
android:textColor="@color/black" | ||
tool:text="창문 틈새 어쩌구~!" |
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 Int.dpToPx:Int |
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.
util > DpPxUtil 파일에 만들어 놓았긴 했었어요..!
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.
확인하고 수정하겠습니다.
피드백 관련 화면 전부 작업 완료했습니다.