chore: Follow up sign in page

This commit is contained in:
Christian Kußowski 2026-02-28 09:57:01 +01:00
parent 52f4e00723
commit ebebd8809b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -59,7 +59,9 @@ class SignInPage extends StatelessWidget {
TextField(
readOnly:
state.publicHomeservers.connectionState ==
ConnectionState.waiting,
ConnectionState.waiting ||
state.loginLoading.connectionState ==
ConnectionState.waiting,
controller: viewModel.filterTextController,
autocorrect: false,
keyboardType: TextInputType.url,