Show Folder as it is created to give better visual feedback that a folder copy was successful. Fixes #2815
This commit is contained in:
parent
25ee970562
commit
931b1f9afd
@ -490,10 +490,8 @@ private extension SidebarOutlineDataSource {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
BatchUpdate.shared.start()
|
|
||||||
replicateFolder(sourceFolder, destinationAccount: destinationAccount) {
|
replicateFolder(sourceFolder, destinationAccount: destinationAccount) {
|
||||||
sourceAccount.removeFolder(sourceFolder) { result in
|
sourceAccount.removeFolder(sourceFolder) { result in
|
||||||
BatchUpdate.shared.end()
|
|
||||||
switch result {
|
switch result {
|
||||||
case .success:
|
case .success:
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user