mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Remove reloadData when ChatConversationTableViewSwift view did appear
This commit is contained in:
parent
9a2885ed78
commit
1baa68f240
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ class ChatConversationTableViewSwift: UIViewController, UICollectionViewDataSour
|
|||
if ChatConversationTableViewModel.sharedModel.getNBMessages() > 0 {
|
||||
scrollToBottom(animated: false)
|
||||
}
|
||||
collectionView.reloadData()
|
||||
|
||||
NotificationCenter.default.addObserver(self, selector: #selector(self.receivePresenceNotification(notification:)), name: Notification.Name("LinphoneFriendPresenceUpdate"), object: nil)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue