fix expiration timer not starting in conversation screen

pull/411/head
Ryan ZHAO 4 years ago
parent 1f6a00d9e4
commit 65f3699093

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

Loading…
Cancel
Save