nayooti 5 лет назад
Родитель
Сommit
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