fix connect dialog, check controller null
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
9ec0b4be56
commit
a6cfed3f11
@ -541,7 +541,7 @@ _connectDialog(
|
||||
controller: passwordController,
|
||||
autoFocus: false,
|
||||
),
|
||||
usernameController == null || usernameController == null
|
||||
usernameController == null || peerPasswordController == null
|
||||
? Offstage()
|
||||
: const Divider(),
|
||||
peerPasswordController == null
|
||||
|
Loading…
x
Reference in New Issue
Block a user