mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: Missing mounted check
This commit is contained in:
parent
8c6fa06157
commit
feabc428ba
@ -96,6 +96,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
||||
homeserverList,
|
||||
timeout: const Duration(seconds: 10),
|
||||
);
|
||||
if (!mounted) return;
|
||||
setState(() {
|
||||
benchmarkResults = benchmark;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user