fix: Routing glitch when using SSO on desktop
This commit is contained in:
parent
9f0bcd5523
commit
2d7301ea50
3 changed files with 54 additions and 29 deletions
|
|
@ -50,6 +50,7 @@ class HomeserverAppBar extends StatelessWidget {
|
|||
controller.checkHomeserverAction();
|
||||
},
|
||||
textFieldConfiguration: TextFieldConfiguration(
|
||||
enabled: !controller.isLoggingIn,
|
||||
controller: controller.homeserverController,
|
||||
decoration: InputDecoration(
|
||||
prefixIcon: Navigator.of(context).canPop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue