mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
done use this.
This commit is contained in:
parent
225b8b8cd8
commit
471871eb2e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue