-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OK statuses not being broadcasted during a sync #3944
Since the presence of any path in SyncEngine::_syncedItems would translate in a SYNC status, platforms that don't refresh all their status cache after an UPDATE_VIEW message like OS X or Windows would keep displaying that status even after all files are successfully synchronized. - Read SyncFileItem::_status to determine the status to display mid-sync - Match moved paths also to _renameTarget since this might be the path to match - Make sure that PropagateDirectory jobs also set SyncFileItem::_status properly
- Loading branch information
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters