Explorar el Código

mark unused variable as such

B. Petersen hace 6 años
padre
commit
f229133692
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
     }