refactor and remove space from id in mobile
This commit is contained in:
parent
f00abb64cb
commit
83736732fc
@ -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…
x
Reference in New Issue
Block a user