fix: Routing glitch when using SSO on desktop

This commit is contained in:
krille-chan 2023-11-05 10:24:59 +01:00
commit 2d7301ea50
No known key found for this signature in database
3 changed files with 54 additions and 29 deletions

View file

@ -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()