WIP: fix message bubble UI in conversation view when rotating the device

pull/699/head
ryanzhao 2 years ago
parent cc3591a207
commit b20e123bfd

@ -476,6 +476,11 @@ final class ConversationVC: BaseVC, OWSConversationSettingsViewDelegate, Convers
stopObservingChanges()
}
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
super.viewWillTransition(to: size, with: coordinator)
tableView.reloadData()
}
// MARK: - Updating
private func startObservingChanges(didReturnFromBackground: Bool = false) {

Loading…
Cancel
Save