Merge pull request #3767 from fufesou/fix/check_text_controller
fix connect dialog, check controller null
This commit is contained in:
commit
12a5a7cf8c
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ _connectDialog(
|
|||
controller: passwordController,
|
||||
autoFocus: false,
|
||||
),
|
||||
usernameController == null || usernameController == null
|
||||
usernameController == null || peerPasswordController == null
|
||||
? Offstage()
|
||||
: const Divider(),
|
||||
peerPasswordController == null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue