Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Cannot connect to crypto provider" when trying to send a mail with PGP enabled and K9 was started from contacts app #6909

Merged
merged 2 commits into from
May 22, 2023

Conversation

schorschii
Copy link
Contributor

@schorschii schorschii commented May 21, 2023

openPgpCallback was null when onSwitchAccount() is called in init {}. This change simply moves the declaration of openPgpCallback before init {} and now the issue is gone as the OpenPgpProvider initialization now completes and can execute the callback.

Fixes #6068

@cketti cketti merged commit 7edbe54 into thunderbird:main May 22, 2023
@cketti
Copy link
Member

cketti commented May 22, 2023

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants