chore: Follow up sign in page
This commit is contained in:
parent
52f4e00723
commit
ebebd8809b
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue