We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
itemIdentifierDirectoryURLForItem(withPersistentIdentifier:)
urlForItem(withPersistentIdentifier:itemName)
1 parent 6dc7357 commit 8512085Copy full SHA for 8512085
CryptomatorFileProvider/LocalURLProviderType.swift
@@ -34,7 +34,7 @@ public extension LocalURLProviderType {
34
if identifier == .rootContainer {
35
return itemIdentifierDirectory
36
}
37
- return itemIdentifierDirectoryURLForItem(withPersistentIdentifier: identifier)?.appendingPathComponent(itemName, isDirectory: false)
+ return itemIdentifierDirectory?.appendingPathComponent(itemName, isDirectory: false)
38
39
40
/**
0 commit comments