瀏覽代碼

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 {