Show Folder as it is created to give better visual feedback that a folder copy was successful. Fixes #2815

This commit is contained in:
Maurice Parker 2021-02-16 14:24:21 -06:00
parent 25ee970562
commit 931b1f9afd
1 changed files with 0 additions and 2 deletions

View File

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