thunderbird-android icon indicating copy to clipboard operation
thunderbird-android copied to clipboard

Fix crashes in crypto provider selection dialogs

Open SuGotLand opened this issue 1 year ago • 1 comments

fix #8073

SuGotLand avatar Aug 25 '24 10:08 SuGotLand

I have changed the code by your suggestion.

SuGotLand avatar Aug 27 '24 15:08 SuGotLand

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.

SuGotLand avatar Aug 30 '24 07:08 SuGotLand

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 avatar Aug 30 '24 10:08 cketti

Thank you for your contribution :+1:

cketti avatar Aug 30 '24 10:08 cketti