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(
|
TextField(
|
||||||
readOnly:
|
readOnly:
|
||||||
state.publicHomeservers.connectionState ==
|
state.publicHomeservers.connectionState ==
|
||||||
ConnectionState.waiting,
|
ConnectionState.waiting ||
|
||||||
|
state.loginLoading.connectionState ==
|
||||||
|
ConnectionState.waiting,
|
||||||
controller: viewModel.filterTextController,
|
controller: viewModel.filterTextController,
|
||||||
autocorrect: false,
|
autocorrect: false,
|
||||||
keyboardType: TextInputType.url,
|
keyboardType: TextInputType.url,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue