From b7616dea0bd1919bd9836065c4f8e795b529a84f Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Tue, 11 Oct 2022 14:42:37 +1100 Subject: [PATCH] clean --- Session/Closed Groups/NewClosedGroupVC.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Session/Closed Groups/NewClosedGroupVC.swift b/Session/Closed Groups/NewClosedGroupVC.swift index 674a28f90..b57b93ec1 100644 --- a/Session/Closed Groups/NewClosedGroupVC.swift +++ b/Session/Closed Groups/NewClosedGroupVC.swift @@ -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 {