|
|
@ -67,7 +67,7 @@ class SearchController extends State<Search> {
|
|
|
|
hintText: Matrix.of(context).client.homeserver?.host,
|
|
|
|
hintText: Matrix.of(context).client.homeserver?.host,
|
|
|
|
initialText: server,
|
|
|
|
initialText: server,
|
|
|
|
keyboardType: TextInputType.url,
|
|
|
|
keyboardType: TextInputType.url,
|
|
|
|
)
|
|
|
|
autocorrect: false)
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
if (newServer == null) return;
|
|
|
|
if (newServer == null) return;
|
|
|
|
Store().setItem(_serverStoreNamespace, newServer.single);
|
|
|
|
Store().setItem(_serverStoreNamespace, newServer.single);
|
|
|
|