opt: mobile UI

This commit is contained in:
csf
2022-07-30 13:51:06 +08:00
parent 1a4f0507a2
commit 86cc71f4d2
3 changed files with 6 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ class _FileManagerPageState extends State<FileManagerPage> {
void initState() {
super.initState();
FFI.connect(widget.id, isFileTransfer: true);
showLoading(translate('Connecting...'));
FFI.ffiModel.updateEventListener(widget.id);
Wakelock.enable();
}