From cdeea219175d30cd5e2640343080bb05d6509196 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 17 Aug 2022 14:43:03 +0100 Subject: [PATCH] adding changelog entries --- changelog.d/6855.bugfix | 1 + changelog.d/6860.bugfix | 1 + changelog.d/6861.bugfix | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog.d/6855.bugfix create mode 100644 changelog.d/6860.bugfix create mode 100644 changelog.d/6861.bugfix diff --git a/changelog.d/6855.bugfix b/changelog.d/6855.bugfix new file mode 100644 index 0000000000..63a62de986 --- /dev/null +++ b/changelog.d/6855.bugfix @@ -0,0 +1 @@ +Fixes onboarding captcha crashing when no WebView is available by showing an error with information instead diff --git a/changelog.d/6860.bugfix b/changelog.d/6860.bugfix new file mode 100644 index 0000000000..22e287c0b3 --- /dev/null +++ b/changelog.d/6860.bugfix @@ -0,0 +1 @@ +Removes ability to continue registration after the app has been destroyed, fixes the next steps crashing due to missing information from the previous steps diff --git a/changelog.d/6861.bugfix b/changelog.d/6861.bugfix new file mode 100644 index 0000000000..508325acc6 --- /dev/null +++ b/changelog.d/6861.bugfix @@ -0,0 +1 @@ +Fixes crash when exiting the login or registration entry screens whilst they're loading