Skip to content

Commit

Permalink
Fix share to notes freeze and share to pocket.
Browse files Browse the repository at this point in the history
Temporary solution for 1Password issue: agilebits/onepassword-app-extension#385
  • Loading branch information
Michał Buczek committed Oct 4, 2017
1 parent 0c16c20 commit 2fa755a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Frontend/Share/ShareExtensionHelper.swift
Expand Up @@ -95,8 +95,8 @@ extension ShareExtensionHelper: UIActivityItemSource {
}

func activityViewController(_ activityViewController: UIActivityViewController, dataTypeIdentifierForActivityType activityType: UIActivityType?) -> String {
// Because of our UTI declaration, this UTI now satisfies both the 1Password Extension and the usual NSURL for Share extensions.
return "org.appextension.fill-browser-action"
// Temporary solution for bug: https://github.com/agilebits/onepassword-app-extension/issues/385
return "public.url"
}
}

Expand Down

0 comments on commit 2fa755a

Please sign in to comment.