Browse Source

Remove redundant sync call

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
404cf4f94f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/ui/share_collection_widget.dart

+ 0 - 1
lib/ui/share_collection_widget.dart

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