-
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
최근 업로드된 노래 #160
최근 업로드된 노래 #160
Conversation
app:layout_constraintEnd_toEndOf="@id/tv_recently_added_song" | ||
app:layout_constraintStart_toStartOf="@id/tv_recently_added_song" | ||
app:layout_constraintTop_toBottomOf="@id/tv_recently_added_song" | ||
app:submitList="@{viewModel.uiState.recentlyUploadedMusics}" |
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.
태경이 형 커밋에서 submitList -> list로 변경되어서
둘이 원만하게 합의하길...
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.
충돌 1초전이네...
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.
고생하셨습니다~
한가지 궁금한게, nestedscrollview + recyclerview 조합에서
다른 속성 (ex.nestedScrollingEnabled) 따로 넣지 않아도 UI/UX 문제 없는지 궁금하네요
abd67f0
to
a44c5cf
Compare
Issue
Overview
default 값이 false 여서 true 로 바꿔줌! 안해주면 사용하지 않는 키를 무시하지 않고 에러가 발생함
Screenshot