layoutStackViews typo

This commit is contained in:
Nathan Tannar
2017-12-07 12:36:59 -08:00
parent d1141c7924
commit 940be25b18
+2 -2
View File
@@ -479,8 +479,8 @@ open class MessageInputBar: UIView {
bottomStackView.setNeedsLayout()
bottomStackView.layoutIfNeeded()
case .top:
bottomStackView.setNeedsLayout()
bottomStackView.layoutIfNeeded()
topStackView.setNeedsLayout()
topStackView.layoutIfNeeded()
}
}
}