mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 07:03:21 +03:00
optimize cm for android service
This commit is contained in:
@@ -32,7 +32,7 @@ class _FileManagerPageState extends State<FileManagerPage> {
|
||||
FFI.connect(widget.id, isFileTransfer: true);
|
||||
|
||||
_interval = Timer.periodic(Duration(milliseconds: 30),
|
||||
(timer) => FFI.ffiModel.update(widget.id, context, handleMsgBox));
|
||||
(timer) => FFI.ffiModel.update(widget.id, handleMsgBox));
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user