Only add a messageInputBarCopy if isFirstLayout

This commit is contained in:
Nathan Tannar
2017-09-16 14:08:12 -07:00
parent 957694ff80
commit dbdceb2552
+3 -1
View File
@@ -66,7 +66,9 @@ open class MessagesViewController: UIViewController {
open override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
setupMessageInputBarCopy()
if isFirstLayout {
setupMessageInputBarCopy()
}
}
open override func viewDidAppear(_ animated: Bool) {