From 931b1f9afdcc44a8ea84a238d4043d6d05bb91be Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 16 Feb 2021 14:24:21 -0600 Subject: [PATCH] Show Folder as it is created to give better visual feedback that a folder copy was successful. Fixes #2815 --- Mac/MainWindow/Sidebar/SidebarOutlineDataSource.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mac/MainWindow/Sidebar/SidebarOutlineDataSource.swift b/Mac/MainWindow/Sidebar/SidebarOutlineDataSource.swift index 11ad9399f..f403d8b25 100644 --- a/Mac/MainWindow/Sidebar/SidebarOutlineDataSource.swift +++ b/Mac/MainWindow/Sidebar/SidebarOutlineDataSource.swift @@ -490,10 +490,8 @@ private extension SidebarOutlineDataSource { return } - BatchUpdate.shared.start() replicateFolder(sourceFolder, destinationAccount: destinationAccount) { sourceAccount.removeFolder(sourceFolder) { result in - BatchUpdate.shared.end() switch result { case .success: break