소스 검색

fixed typo

nayooti 5 년 전
부모
커밋
1f0a267eba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/Handler/DeviceContactsHandler.swift

+ 1 - 1
deltachat-ios/Handler/DeviceContactsHandler.swift

@@ -75,7 +75,7 @@ class DeviceContactsHandler {
                         self.addContactsToCore()
                         self.contactListDelegate?.accessGranted()
                     }
-                cts are} else {
+                } else {
                     DispatchQueue.main.async {
                         self.contactListDelegate?.accessDenied()
                     }