Skip to content

Commit

Permalink
[FEAT] 연동요청 가로 스크롤 불가능 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kim0hoon committed Sep 15, 2023
1 parent 8458f57 commit 3d58e97
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class NotificationItem(
}

private fun bindHorizontalScroll(binding: ItemNotificationBinding) {
if (model.statusType == NotificationStatusType.REQUEST_FAMILY) return
with(binding) {
clNotification.doOnPreDraw {
it.updateLayoutParams {
Expand Down

0 comments on commit 3d58e97

Please sign in to comment.