fix: Signup on matrix.org
This commit is contained in:
parent
5a3cb04300
commit
87bc60717e
2 changed files with 4 additions and 5 deletions
|
|
@ -101,7 +101,9 @@ class SignupPageController extends State<SignupPage> {
|
|||
} catch (e) {
|
||||
error = (e as Object).toLocalizedString(context);
|
||||
} finally {
|
||||
setState(() => loading = false);
|
||||
if (mounted) {
|
||||
setState(() => loading = false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue