You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: crash when checking the sync file status (#11982) (#12000)
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
Co-authored-by: Erik Verbruggen <erik@verbruggen.consulting>
0 commit comments