@ -67,7 +67,7 @@ class SearchController extends State<Search> {
hintText: Matrix.of(context).client.homeserver?.host,
initialText: server,
keyboardType: TextInputType.url,
)
autocorrect: false)
]);
if (newServer == null) return;
Store().setItem(_serverStoreNamespace, newServer.single);
@ -7,7 +7,7 @@ environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
adaptive_dialog: ^1.3.0
adaptive_dialog: ^1.5.1
adaptive_theme: ^2.3.1
animations: ^2.0.2
blurhash_dart: ^1.1.0