chore: fix similar error on homeserver picker page

This commit is contained in:
td 2022-11-13 18:13:01 +01:00
parent 04b87bcd03
commit b9210d1308
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103

View File

@ -59,7 +59,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
);
final isTor = await TorBrowserDetector.isTorBrowser;
setState(() => isTorBrowser = isTor);
isTorBrowser = isTor;
}
void _updateFocus() {