refactor and remove space from id in mobile
This commit is contained in:
parent
f00abb64cb
commit
83736732fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue