Exclude contacts from SAE.

This commit is contained in:
Matthew Chen 2018-01-12 09:58:22 -05:00
parent 2e8a53b4a5
commit 9c4ce3d304
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data"
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url"
)
AND NOT (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.vcard")
).@count == 1
).@count == 1
</string>

View File

@ -79,7 +79,7 @@ public class ShareViewController: UINavigationController, ShareViewDelegate, SAE
self.loadViewController = loadViewController
// Don't display load screen immediately, in hopes that we can avoid it altogether.
after(seconds: 0.5).then { () -> Void in
after(seconds: 0.25).then { () -> Void in
guard self.presentedViewController == nil else {
Logger.debug("\(self.logTag) setup completed quickly, no need to present load view controller.")
return