浏览代码

fixed comment

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
     // MARK: - lifecycle
     override func viewDidLoad() {
     override func viewDidLoad() {
         super.viewDidLoad()
         super.viewDidLoad()
+        
+        // temp fix - ToDo: check if this is needed for >iOS13 devices
         if #available(iOS 13, *) {}
         if #available(iOS 13, *) {}
         else {
         else {
-            // temp fix - ToDo: check if this is needed for >iOS13 devices 
             self.view.backgroundColor = .white
             self.view.backgroundColor = .white
         }
         }
         dataSource = self
         dataSource = self