소스 검색

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
     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