fix expiration timer not starting in conversation screen

This commit is contained in:
Ryan ZHAO 2021-05-14 14:47:03 +10:00
parent 1f6a00d9e4
commit 65f3699093
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ final class ConversationVC : BaseVC, ConversationViewModelDelegate, OWSConversat
// the previous value when the keyboard is shown.
self.messagesTableView.reloadData()
}
self.markAllAsRead()
}
if shouldAnimate {
messagesTableView.performBatchUpdates(batchUpdates, completion: batchUpdatesCompletion)