Crunch some bugs

This commit is contained in:
Nathan Tannar
2019-03-01 00:01:43 -08:00
parent fa06818e74
commit 085f563a91
28 changed files with 60 additions and 35 deletions
@@ -1,7 +1,7 @@
/*
MIT License
Copyright (c) 2017-2018 MessageKit
Copyright (c) 2017-2019 MessageKit
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -47,7 +47,7 @@ final class AdvancedExampleViewController: ChatViewController {
self?.setTypingIndicatorViewHidden(false)
}.onNewMessage { [weak self] message in
self?.setTypingIndicatorViewHidden(true, performUpdates: {
// self?.insertMessage(message)
self?.insertMessage(message)
})
}
}