Skip to content

Commit bd16a2b

Browse files
committed
♻️ [refactor] 프로필 코디 animatingDifferences false로 변경
1 parent 60080ee commit bd16a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fitfty/Projects/Profile/Sources/Profile/ViewControllers/ProfileViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ private extension ProfileViewController {
370370
snapshot.appendItems($0.items)
371371
}
372372
snapshot.reloadSections([.feed])
373-
dataSource?.apply(snapshot, animatingDifferences: true) {
373+
dataSource?.apply(snapshot, animatingDifferences: false) {
374374
guard sections.first?.items.count == 0 else {
375375
return
376376
}

0 commit comments

Comments
 (0)