mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 14:43:50 +00:00
unsub from yubikey events on disappearing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user