nayooti před 5 roky
rodič
revize
1cf486860b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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