Remove superfluous cast
This commit is contained in:
parent
c2cd6481fd
commit
4b3e424bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class ExtensionViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
}
|
||||
|
||||
for extensionItem in extensionItems {
|
||||
if let itemProviders = extensionItem.attachments as? [NSItemProvider] {
|
||||
if let itemProviders = extensionItem.attachments {
|
||||
for provider in itemProviders {
|
||||
// search using the extensionContext inputs
|
||||
if provider.hasItemConformingToTypeIdentifier(OnePasswordExtensionActions.findLogin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue