Skip to content

Commit 93d0d6a

Browse files
remove unnecessary code
1 parent 9eb04ed commit 93d0d6a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@ open class UKAvatarGroup: UIView, UKComponent {
106106
}
107107
}
108108
}
109-
110-
// MARK: - Layout
111-
112-
open override func layoutSubviews() {
113-
super.layoutSubviews()
114-
115-
self.stackView.arrangedSubviews.forEach { view in
116-
view.layer.cornerRadius = self.model.cornerRadius.value(for: view.bounds.height)
117-
}
118-
}
119109
}
120110

121111
// MARK: - Style Helpers

0 commit comments

Comments
 (0)