Remove reloadData when ChatConversationTableViewSwift view did appear

This commit is contained in:
Benoit Martins 2023-04-26 11:37:33 +02:00 committed by QuentinArguillere
parent 9a2885ed78
commit 1baa68f240

View file

@ -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)
}