fix mobile

This commit is contained in:
rustdesk 2021-08-11 01:38:21 +08:00
parent b6f6b094de
commit 3d49dbc60d

View File

@ -93,7 +93,7 @@ class _RemotePageState extends State<RemotePage> {
} else if (type == 'input-password') {
enterPasswordDialog(id, context);
} else {
var hasRetry = evt['hasRetry'];
var hasRetry = evt['hasRetry'] == 'true';
showMsgBox(type, title, text, hasRetry);
}
}