Fix home account switch layout crash
This commit is contained in:
@ -194,11 +194,14 @@ final class ProfileInfoRowView: UIControl {
|
||||
rightStack.axis = .vertical
|
||||
rightStack.alignment = .trailing
|
||||
rightStack.spacing = 4
|
||||
rightStack.isUserInteractionEnabled = false
|
||||
rightStack.addArrangedSubview(stackNameLabel)
|
||||
rightStack.addArrangedSubview(stackTypeTag)
|
||||
rightStack.isHidden = true
|
||||
|
||||
badgeContainer.isUserInteractionEnabled = false
|
||||
divider.backgroundColor = UIColor(hex: 0xE5E7EB)
|
||||
divider.isUserInteractionEnabled = false
|
||||
|
||||
addSubview(titleLabel)
|
||||
addSubview(valueLabel)
|
||||
|
||||
Reference in New Issue
Block a user