fix(mobile): Fix background backup on iOS (#4038)

This commit is contained in:
Alex
2023-09-11 17:31:15 +07:00
committed by GitHub
parent fd6ade2b5d
commit 47ea47ce14
2 changed files with 16 additions and 1 deletions

11
mobile/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
// Remove .fvm files from search
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
}
}