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 crashes in crypto provider selection dialogs #8081

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

SuGotLand
Copy link
Contributor

fix #8073

@cketti cketti changed the title Fix bug #8073 Fix crashes in crypto provider selection dialogs Aug 26, 2024
Copy link
Member

@cketti cketti left a 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.

@SuGotLand
Copy link
Contributor Author

I have changed the code by your suggestion.

Copy link
Member

@cketti cketti left a 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.

@SuGotLand SuGotLand requested a review from cketti August 30, 2024 07:52
@SuGotLand
Copy link
Contributor Author

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.

@cketti
Copy link
Member

cketti commented Aug 30, 2024

To get rid of merge commits and combine your individual commits into one, an interactive rebase can be used: git rebase -i main. https://git-scm.com/docs/git-rebase has more information.

I've fixed up this branch for you. Once the CI jobs have completed, this PR should be ready to be merged.

@cketti cketti merged commit 58ec465 into thunderbird:main Aug 30, 2024
2 checks passed
@cketti
Copy link
Member

cketti commented Aug 30, 2024

Thank you for your contribution 👍

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

Successfully merging this pull request may close these issues.

App crashes when moving away from app while crypto provider selection dialog is showing
2 participants