Merge pull request #3767 from fufesou/fix/check_text_controller

fix connect dialog, check controller null
This commit is contained in:
RustDesk
2023-03-24 19:24:11 +08:00
committed by GitHub

View File

@@ -541,7 +541,7 @@ _connectDialog(
controller: passwordController,
autoFocus: false,
),
usernameController == null || usernameController == null
usernameController == null || peerPasswordController == null
? Offstage()
: const Divider(),
peerPasswordController == null