소스 검색

build 20

Signed-off-by: Marino Faggiana <96728420+MarinoFaggianaAstraIridium@users.noreply.github.com>
Marino Faggiana 2 년 전
부모
커밋
fcad94f619
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  1. 0 15
      iOSClient/Account Request/NCShareAccounts.swift

+ 0 - 15
iOSClient/Account Request/NCShareAccounts.swift

@@ -71,21 +71,6 @@ class NCShareAccounts: UIViewController {
             tableView.isScrollEnabled = false
         }
     }
-
-    override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
-        super.viewWillTransition(to: size, with: coordinator)
-
-        tableView.reloadData()
-    }
-
-    // MARK: - NotificationCenter
-
-    @objc func applicationDidEnterBackground() {
-
-        if dismissDidEnterBackground {
-            dismiss(animated: false)
-        }
-    }
 }
 
 extension NCShareAccounts: UITableViewDelegate {