using .isHidden feature
This commit is contained in:
parent
09351db136
commit
9b885da7ca
@ -211,7 +211,8 @@ open class Footnote: View {
|
||||
|
||||
// Update symbolLabel
|
||||
symbolWidthConstraint?.isActive = false
|
||||
symbolLabel.text = hideSymbol ? "" : symbolType
|
||||
symbolLabel.text = symbolType
|
||||
symbolLabel.isHidden = hideSymbol
|
||||
symbolLabel.textColor = kind.colorConfiguration.getColor(self)
|
||||
symbolLabel.textStyle = size.textStyle.regular
|
||||
symbolLabel.surface = surface
|
||||
|
||||
Loading…
Reference in New Issue
Block a user