fix mobile
This commit is contained in:
parent
b6f6b094de
commit
3d49dbc60d
@ -93,7 +93,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
} else if (type == 'input-password') {
|
} else if (type == 'input-password') {
|
||||||
enterPasswordDialog(id, context);
|
enterPasswordDialog(id, context);
|
||||||
} else {
|
} else {
|
||||||
var hasRetry = evt['hasRetry'];
|
var hasRetry = evt['hasRetry'] == 'true';
|
||||||
showMsgBox(type, title, text, hasRetry);
|
showMsgBox(type, title, text, hasRetry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user