From 731d0d0d88c7253b6768d623d61ec5423482bc60 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