fix
This commit is contained in:
		
							parent
							
								
									c959cda6c1
								
							
						
					
					
						commit
						7b0abd9157
					
				@ -107,6 +107,7 @@ class _RemotePageState extends State<RemotePage> {
 | 
				
			|||||||
        text.toLowerCase().indexOf("handshake") < 0 &&
 | 
					        text.toLowerCase().indexOf("handshake") < 0 &&
 | 
				
			||||||
        text.toLowerCase().indexOf("failed") < 0 &&
 | 
					        text.toLowerCase().indexOf("failed") < 0 &&
 | 
				
			||||||
        text.toLowerCase().indexOf("resolve") < 0 &&
 | 
					        text.toLowerCase().indexOf("resolve") < 0 &&
 | 
				
			||||||
 | 
					        text.toLowerCase().indexOf("mismatch") < 0 &&
 | 
				
			||||||
        text.toLowerCase().indexOf("manually") < 0;
 | 
					        text.toLowerCase().indexOf("manually") < 0;
 | 
				
			||||||
    if (hasRetry) {
 | 
					    if (hasRetry) {
 | 
				
			||||||
      _timer?.cancel();
 | 
					      _timer?.cancel();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user