Hide the avatars in the account list from VO
This commit is contained in:
parent
fe98dfe4ca
commit
547129ec95
|
@ -69,6 +69,7 @@ extension AccountListTableViewCell {
|
|||
])
|
||||
avatarButton.setContentHuggingPriority(.defaultLow, for: .horizontal)
|
||||
avatarButton.setContentHuggingPriority(.defaultLow, for: .vertical)
|
||||
avatarButton.isAccessibilityElement = false
|
||||
|
||||
let labelContainerStackView = UIStackView()
|
||||
labelContainerStackView.axis = .vertical
|
||||
|
|
Loading…
Reference in New Issue