mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 06:13:21 +00:00
fix for stuck extension sheets when dismissed by swipe (#1117)
* fix for stuck extension sheets when dismissed by swipe * simplify dismiss action assignments
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Bit.iOS.Autofill
|
||||
: base(handle)
|
||||
{
|
||||
BiometricIntegrityKey = "autofillBiometricState";
|
||||
DismissModalAction = Cancel;
|
||||
}
|
||||
|
||||
public CredentialProviderViewController CPViewController { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user