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) { |   void connect(String id) { | ||||||
|     if (id == '') return; |     if (id == '') return; | ||||||
|  |     id = id.replaceAll(' ', ''); | ||||||
|     () async { |     () async { | ||||||
|       await Navigator.push<dynamic>( |       await Navigator.push<dynamic>( | ||||||
|         context, |         context, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user