fix connect dialog, check controller null
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9ec0b4be56
commit
a6cfed3f11
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