mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 05:09:04 +08:00
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("failed") < 0 &&
|
||||
text.toLowerCase().indexOf("resolve") < 0 &&
|
||||
text.toLowerCase().indexOf("mismatch") < 0 &&
|
||||
text.toLowerCase().indexOf("manually") < 0;
|
||||
if (hasRetry) {
|
||||
_timer?.cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user