fix: Missing mounted check
This commit is contained in:
parent
3c48f476eb
commit
32a88d960a
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
||||||
homeserverList,
|
homeserverList,
|
||||||
timeout: const Duration(seconds: 10),
|
timeout: const Duration(seconds: 10),
|
||||||
);
|
);
|
||||||
|
if (!mounted) return;
|
||||||
setState(() {
|
setState(() {
|
||||||
benchmarkResults = benchmark;
|
benchmarkResults = benchmark;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue