Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when checking the sync file status (#11982)
Sometimes a `Folder` is created for a local path that we cannot sync (e.g. it's not writable). This folder will not have a sync engine. If the engine of this `Folder` is accessed, this will lead to a crash. The fix is to check for the existance of a sync engine in the `Folder::canSync()` method. Fixes: #11981
- Loading branch information