-
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/#144] 세연 담당 뷰 / QA 이슈 해결 #157
Conversation
…into fix/#144-seyeon-issue
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 customEndDate() { | ||
val datePicker = binding.dpCreateTripDate | ||
val calendar = Calendar.getInstance() | ||
|
||
val currentEndYear = viewModel.startYear.value ?: 0 | ||
val currentEndMonth = viewModel.startMonth.value ?: 0 | ||
val currentEndDay = viewModel.startDay.value ?: 0 | ||
|
||
calendar.set(currentEndYear, currentEndMonth - 1, currentEndDay) | ||
datePicker.minDate = calendar.timeInMillis | ||
|
||
calendar.set(2100, 0, 1) | ||
datePicker.maxDate = calendar.timeInMillis |
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 customEndDate() { | ||
val datePicker = binding.dpCreateTripDate | ||
val calendar = Calendar.getInstance() | ||
|
||
val currentEndYear = viewModel.startYear.value ?: 0 | ||
val currentEndMonth = viewModel.startMonth.value ?: 0 | ||
val currentEndDay = viewModel.startDay.value ?: 0 | ||
|
||
calendar.set(currentEndYear, currentEndMonth - 1, currentEndDay) | ||
datePicker.minDate = calendar.timeInMillis | ||
|
||
calendar.set(2100, 0, 1) | ||
datePicker.maxDate = calendar.timeInMillis | ||
} |
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.
진짜 진짜 너무너무 잘햇삼 ㅜ
KEY to inviteCode, | ||
NAME to title |
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
🚩 TO DO
-여행 생성 완료 뷰 스크롤 뷰 적용
📸 Screenshot
datepicker.mp4
📢 To Reviewers