mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
remove password generate event on disappear
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user