This commit is contained in:
Ryan Zhao 2022-10-11 14:42:37 +11:00
parent 5d36f81a8c
commit b7616dea0b
1 changed files with 0 additions and 5 deletions

View File

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