浏览代码

removed temp code

nayooti 5 年之前
父节点
当前提交
aea278126e
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      deltachat-ios/Controller/QrPageController.swift

+ 0 - 6
deltachat-ios/Controller/QrPageController.swift

@@ -31,12 +31,6 @@ class QrPageController: UIPageViewController, ProgressAlertHandler {
     // MARK: - lifecycle
     override func viewDidLoad() {
         super.viewDidLoad()
-        
-        // temp fix - ToDo: check if this is needed for >iOS13 devices
-        if #available(iOS 13, *) {}
-        else {
-            self.view.backgroundColor = .white
-        }
         dataSource = self
         delegate = self
         navigationItem.titleView = qrSegmentControl