pull/699/head
Ryan Zhao 2 years ago
parent 5d36f81a8c
commit b7616dea0b

@ -159,11 +159,6 @@ final class NewClosedGroupVC: BaseVC, UITableViewDataSource, UITableViewDelegate
// Set up content
setUpViewHierarchy()
}
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
super.viewWillTransition(to: size, with: coordinator)
tableViewWidth?.constant = size.width
}
private func setUpViewHierarchy() {
guard !contactProfiles.isEmpty else {

Loading…
Cancel
Save