nayooti 5 роки тому
батько
коміт
1cf486860b
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      deltachat-ios/Controller/QrPageController.swift

+ 2 - 1
deltachat-ios/Controller/QrPageController.swift

@@ -31,9 +31,10 @@ 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 {
-            // temp fix - ToDo: check if this is needed for >iOS13 devices 
             self.view.backgroundColor = .white
         }
         dataSource = self