Skip to content

Commit

Permalink
[chore] #249 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Feb 26, 2024
1 parent 19ab2c1 commit e6a770b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class WineyFeedGoalAdapter(
if (!isInitialized) {
isInitialized = true

// 최초 1회만 실행 (아이템 뷰의 재활용에 따라 예전 초기 데이터가 반영되는 문제 해결)
// 최초 1회만 실행 (아이템 뷰의 재활용에 따라 예전 데이터가 다시 바인딩 되는 문제 해결)
updateProgressBar(initialUser)
}
}
Expand Down

0 comments on commit e6a770b

Please sign in to comment.