mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix thread blocking,add android service Looper,Handler
This commit is contained in:
@@ -346,6 +346,7 @@ class ConnectionManager extends StatelessWidget {
|
||||
icon: Icon(Icons.close),
|
||||
onPressed: () {
|
||||
FFI.setByName("close_conn", entry.key.toString());
|
||||
FFI.invokeMethod("cancel_notification", entry.key);
|
||||
},
|
||||
label: Text(translate("Close")))
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user