Skip to content

Commit 12abeb5

Browse files
set priority of avatar width in the container to defaultHigh
1 parent 2b7e81a commit 12abeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ final class AvatarContainer: UIView {
4747
}
4848

4949
self.avatarConstraints.height?.priority = .defaultHigh
50+
self.avatarConstraints.width?.priority = .defaultHigh
5051
}
5152

5253
override func layoutSubviews() {

0 commit comments

Comments
 (0)