Browse Source

fixed typo

nayooti 5 years ago
parent
commit
1f0a267eba
1 changed files with 1 additions and 1 deletions
  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()
                     }