optimize cm for android service

This commit is contained in:
csf
2022-03-19 23:28:29 +08:00
parent 27b80f034c
commit abf35ac5c3
6 changed files with 216 additions and 221 deletions

View File

@@ -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