mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
unsub from yubikey events on disappearing
This commit is contained in:
parent
53f406a267
commit
41efa96291
@ -302,6 +302,9 @@ namespace Bit.App.Pages
|
||||
TokenCell.Dispose();
|
||||
TokenCell.Entry.Completed -= Entry_Completed;
|
||||
}
|
||||
|
||||
MessagingCenter.Unsubscribe<Application, string>(Application.Current, "GotYubiKeyOTP");
|
||||
MessagingCenter.Unsubscribe<Application>(Application.Current, "ResumeYubiKey");
|
||||
}
|
||||
|
||||
private async void AnotherMethodAsync()
|
||||
|
Loading…
Reference in New Issue
Block a user