1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

done use this.

This commit is contained in:
Kyle Spearrin
2018-09-21 12:45:32 -04:00
parent 225b8b8cd8
commit 471871eb2e

View File

@@ -101,7 +101,7 @@ namespace Bit.iOS.Autofill
{ {
var err = new NSError(new NSString("ASExtensionErrorDomain"), var err = new NSError(new NSString("ASExtensionErrorDomain"),
Convert.ToInt32(ASExtensionErrorCode.UserInteractionRequired), null); Convert.ToInt32(ASExtensionErrorCode.UserInteractionRequired), null);
this.ExtensionContext.CancelRequest(err); ExtensionContext.CancelRequest(err);
return; return;
} }
_context.CredentialIdentity = credentialIdentity; _context.CredentialIdentity = credentialIdentity;