mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-04 16:45:11 -05:00
clear entered password when leaving activity without opening database
This commit is contained in:
parent
ae66f10690
commit
625e5337ce
@ -1347,6 +1347,11 @@ namespace keepass2android
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
protected override void OnPause()
|
||||||
|
{
|
||||||
|
base.OnPause();
|
||||||
|
ClearEnteredPassword(); //if the activity is left without opening the database, clear the password if entered
|
||||||
|
}
|
||||||
|
|
||||||
protected override void OnDestroy()
|
protected override void OnDestroy()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user