Remove redundant sync call
This commit is contained in:
parent
75baddd762
commit
404cf4f94f
1 changed files with 0 additions and 1 deletions
|
@ -199,7 +199,6 @@ class _SharingDialogState extends State<SharingDialog> {
|
|||
CollectionsService.instance.decryptCollectionPath(collection);
|
||||
if (!Configuration.instance.getPathsToBackUp().contains(path)) {
|
||||
await Configuration.instance.addPathToFoldersToBeBackedUp(path);
|
||||
SyncService.instance.sync();
|
||||
}
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue