refactor and remove space from id in mobile

This commit is contained in:
rustdesk 2021-08-29 19:21:16 +08:00
parent f00abb64cb
commit 83736732fc

View File

@ -107,6 +107,7 @@ class _HomePageState extends State<HomePage> {
void connect(String id) {
if (id == '') return;
id = id.replaceAll(' ', '');
() async {
await Navigator.push<dynamic>(
context,