Skip to content

Commit

Permalink
fix : 무한 스크롤 시에 아이템 개수가 20개로 수정되어 기존의 데이터가 보이지 않는 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
m6z1 committed Feb 23, 2024
1 parent aafef76 commit 381864a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import com.dongyang.android.youdongknowme.ui.viewholder.NoticeViewHolder
class NoticeAdapter(private val clickListener: (url: String) -> Unit) :
RecyclerView.Adapter<NoticeViewHolder>() {

init {
setHasStableIds(true)
}

private val noticeList = arrayListOf<Notice>()

@SuppressLint("NotifyDataSetChanged")
Expand Down

0 comments on commit 381864a

Please sign in to comment.