fix potential NullReferenceException
This commit is contained in:
@@ -269,8 +269,8 @@ namespace keepass2android
|
|||||||
|
|
||||||
public void StopListening()
|
public void StopListening()
|
||||||
{
|
{
|
||||||
_biometricAuthCallbackAdapter.IgnoreNextError();
|
_biometricAuthCallbackAdapter?.IgnoreNextError();
|
||||||
_biometricPrompt.CancelAuthentication();
|
_biometricPrompt?.CancelAuthentication();
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool HasUserInterface
|
public bool HasUserInterface
|
||||||
|
|||||||
Reference in New Issue
Block a user