-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 crashes in crypto provider selection dialogs #8081
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patch ❤️
It requires a few minor tweaks before it's ready to be merged.
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/settings/account/OpenPgpAppSelectDialog.java
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/settings/account/OpenPgpAppSelectDialog.java
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/settings/account/OpenPgpAppSelectDialog.java
Outdated
Show resolved
Hide resolved
legacy/ui/legacy/src/main/java/com/fsck/k9/ui/settings/account/OpenPgpAppSelectDialog.java
Outdated
Show resolved
Hide resolved
I have changed the code by your suggestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please update the branch to remove unnecessary white space changes (see GitHub's diff view).
- Please use a more descriptive commit message, e.g. "Fix crashes in crypto provider selection dialogs".
- Please rewrite your branch to only contain one commit with the final change.
If you need help with any of that, please let us know and we can provide more detailed instructions.
I've deleted the unnecessary white space, but I don't know how to change the branch that only contain one commit with the final change. |
To get rid of merge commits and combine your individual commits into one, an interactive rebase can be used: I've fixed up this branch for you. Once the CI jobs have completed, this PR should be ready to be merged. |
Thank you for your contribution 👍 |
fix #8073