Skip to content

Commit 9777cdc

Browse files
remove unused code
1 parent 12abeb5 commit 9777cdc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/ComponentsKit/Components/AvatarGroup/UIKit/UKAvatarGroup.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ open class UKAvatarGroup: UIView, UKComponent {
8282
)
8383
}
8484
self.style()
85-
86-
if self.model.size != oldModel.size {
87-
self.setNeedsLayout()
88-
self.invalidateIntrinsicContentSize()
89-
}
9085
}
9186

9287
private func addOrRemoveArrangedSubviews(newNumber: Int) {

0 commit comments

Comments
 (0)