mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
chore: fix similar error on homeserver picker page
This commit is contained in:
parent
04b87bcd03
commit
b9210d1308
@ -59,7 +59,7 @@ class HomeserverPickerController extends State<HomeserverPicker> {
|
||||
);
|
||||
|
||||
final isTor = await TorBrowserDetector.isTorBrowser;
|
||||
setState(() => isTorBrowser = isTor);
|
||||
isTorBrowser = isTor;
|
||||
}
|
||||
|
||||
void _updateFocus() {
|
||||
|
Loading…
Reference in New Issue
Block a user