mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 18:11:30 +03:00
add catch err
This commit is contained in:
@@ -982,6 +982,8 @@ class _FileManagerPageState extends State<FileManagerPage>
|
||||
},
|
||||
dismissOnClicked: true));
|
||||
}
|
||||
} catch (e) {
|
||||
debugPrint("buildBread fetchDirectory err=$e");
|
||||
} finally {
|
||||
if (!isLocal) {
|
||||
_ffi.dialogManager.dismissByTag(loadingTag);
|
||||
|
||||
Reference in New Issue
Block a user