mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-16 06:50:14 -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user