PasswordActivity.cs: Do not clear the password field
when Yubikey is used to fill in the password entry.
This commit is contained in:
@@ -1770,10 +1770,9 @@ namespace keepass2android
|
|||||||
if ((intent != null) && (intent.HasExtra(Intents.OtpExtraKey)))
|
if ((intent != null) && (intent.HasExtra(Intents.OtpExtraKey)))
|
||||||
{
|
{
|
||||||
string otp = intent.GetStringExtra(Intents.OtpExtraKey);
|
string otp = intent.GetStringExtra(Intents.OtpExtraKey);
|
||||||
|
_keepPasswordInOnResume = true;
|
||||||
if (this.KeyProviderType == KeyProviders.Otp)
|
if (this.KeyProviderType == KeyProviders.Otp)
|
||||||
{
|
{
|
||||||
_keepPasswordInOnResume = true;
|
|
||||||
|
|
||||||
if (_otpInfo == null)
|
if (_otpInfo == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user