Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always send a progress message at the end of a sync #5290
Some listeners detect whether a sync is finished by checking for isUpdatingEstimates and completedFiles >= totalFiles. But if a sync didn't transfer any files we never sent signal with these values. Now we do.
- Loading branch information