mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 00:51:28 +03:00
fix on close alert in loading
This commit is contained in:
@@ -530,7 +530,7 @@ void enterPasswordDialog(String id, BuildContext context) {
|
||||
var text = controller.text.trim();
|
||||
if (text == '') return;
|
||||
FFI.login(text, remember);
|
||||
showLoading('Logging in...', context);
|
||||
showLoading('Logging in...', null);
|
||||
Navigator.pop(context);
|
||||
},
|
||||
child: Text('OK'),
|
||||
|
||||
Reference in New Issue
Block a user