-
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
π :: (#170) μΌμ μμλ μ± λΉμ μ μ’ λ£ λ²κ·Έ μμ #242
The head ref may contain hidden characters: "feature/170-\uC77C\uC815-\uC5C6\uC744\uB54C-\uC571-\uBE44\uC815\uC0C1-\uC885\uB8CC-\uBC84\uADF8-\uC218\uC815"
π :: (#170) μΌμ μμλ μ± λΉμ μ μ’ λ£ λ²κ·Έ μμ #242
Conversation
app/src/main/java/com/xquare/xquare_android/feature/schedule/ScheduleScreen.kt
Show resolved
Hide resolved
if (timetableEntity.week_timetable.isNotEmpty()) { | ||
if (timetableEntity.week_timetable[dayOfWeek - 1].week_day != dayOfWeek) { |
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.
μ¬κΈ° Ifλ¬Έ νλλ‘ μμ±ν μ μμ§ μλμ?
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.
λ΅ κ°λ₯ν©λλ€λ§,, νΉμ λμ€μ μκ°λλ©΄ μμ extensionμΌλ‘ ꡬννλ €κ³ μ
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.
κ·Έλ¬λ©΄ todo νλ λ¨κ²¨μ£Όμλ©΄ μ’μ κ² κ°μμ
if (timetableEntity.week_timetable.isNotEmpty()) { | ||
if (timetableEntity.week_timetable[dayOfWeek - 1].week_day != dayOfWeek) { |
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.
κ·Έλ¬λ©΄ todo νλ λ¨κ²¨μ£Όμλ©΄ μ’μ κ² κ°μμ
No description provided.