|
@@ -313,6 +313,7 @@ class ChatViewController: UITableViewController {
|
|
if lastSectionVisibleBeforeTransition {
|
|
if lastSectionVisibleBeforeTransition {
|
|
DispatchQueue.main.async { [weak self] in
|
|
DispatchQueue.main.async { [weak self] in
|
|
self?.scrollToBottom(animated: true)
|
|
self?.scrollToBottom(animated: true)
|
|
|
|
+ self?.tableView.reloadData()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|