From 99713f8ed7dde1bc0b90b28c3153479768fc0745 Mon Sep 17 00:00:00 2001 From: kspearrin Date: Tue, 5 Jun 2018 11:13:15 -0400 Subject: [PATCH] remove password generate event on disappear --- src/App/Pages/Vault/VaultAddCipherPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/Vault/VaultAddCipherPage.cs b/src/App/Pages/Vault/VaultAddCipherPage.cs index e554a6001..28b06b128 100644 --- a/src/App/Pages/Vault/VaultAddCipherPage.cs +++ b/src/App/Pages/Vault/VaultAddCipherPage.cs @@ -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;