We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489b1bd commit 78dbc69Copy full SHA for 78dbc69
ios/RCTAuroraIMUI/IMUIMessageCollectionView/Views/IMUIMessageCollectionView.swift
@@ -152,7 +152,7 @@ open class IMUIMessageCollectionView: UIView {
152
open func deleteMessage(with messageId: String) {
153
self.chatDataManager.deleteMessage(with: messageId)
154
self.messageCollectionView.reloadData()
155
- self.scrollToBottom(with: true)
+// self.scrollToBottom(with: true)
156
}
157
open func cleanAllMessages() {
158
self.chatDataManager.cleanCache()
0 commit comments