mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
remove password generate event on disappear
This commit is contained in:
parent
145dac500c
commit
99713f8ed7
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ namespace Bit.App.Pages
|
|||
LoginPasswordCell.Dispose();
|
||||
LoginUsernameCell.Dispose();
|
||||
LoginPasswordCell.Button1.Clicked -= PasswordButton_Clicked;
|
||||
LoginPasswordCell.Button2.Clicked += PasswordButton2_Clicked;
|
||||
LoginPasswordCell.Button2.Clicked -= PasswordButton2_Clicked;
|
||||
if(LoginTotpCell?.Button1 != null)
|
||||
{
|
||||
LoginTotpCell.Button1.Clicked -= TotpButton_Clicked;
|
||||
|
|
Loading…
Reference in a new issue