소스 검색

Remove redundant sync call

Vishnu Mohandas 4 년 전
부모
커밋
404cf4f94f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {