mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Crunch some bugs
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user