mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Fix identity proof display
This commit is contained in:
parent
2c19d248ab
commit
8706fdab78
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ final class AccountHeaderView: UIView {
|
||||||
fieldsStackView.addArrangedSubview(fieldView)
|
fieldsStackView.addArrangedSubview(fieldView)
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldsStackView.isHidden = accountViewModel.fields.isEmpty
|
fieldsStackView.isHidden = accountViewModel.fields.isEmpty && accountViewModel.identityProofs.isEmpty
|
||||||
|
|
||||||
let noteFont = UIFont.preferredFont(forTextStyle: .callout)
|
let noteFont = UIFont.preferredFont(forTextStyle: .callout)
|
||||||
let mutableNote = NSMutableAttributedString(attributedString: accountViewModel.note)
|
let mutableNote = NSMutableAttributedString(attributedString: accountViewModel.note)
|
||||||
|
|
Loading…
Reference in a new issue