fixed bug

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-08-18 16:15:41 -05:00
parent 32017ea803
commit a93edcc5ea

View File

@ -201,8 +201,6 @@ open class ToggleView: Control, Changeable {
}
knobTrailingConstraint?.isActive = true
knobLeadingConstraint?.isActive = true
setNeedsLayout()
layoutIfNeeded()
}
private func updateToggle() {