Преглед на файлове

mark unused variable as such

B. Petersen преди 6 години
родител
ревизия
f229133692
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      deltachat-ios/Coordinator/AppCoordinator.swift

+ 1 - 1
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -351,7 +351,7 @@ class NewChatCoordinator: Coordinator {
     }
 
     func showQRCodeController() {
-        let controller = QrCodeReaderController()
+        _ = QrCodeReaderController()
         // controller.delegate = self
         // present(controller, animated: true, completion: nil)
     }