Skip to content

Commit 2303f80

Browse files
committed
Update AbstractPathHelpers.cs
1 parent 703ff4b commit 2303f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Core/SecureFolderFS.Core.FileSystem/Helpers/Paths/Abstract/AbstractPathHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static ReadOnlySpan<char> RemoveCiphertextExtension(string ciphertextName
3131
? ciphertextName.AsSpan(0, ciphertextName.Length - Constants.Names.ENCRYPTED_FILE_EXTENSION.Length)
3232
: ciphertextName.AsSpan();
3333

34-
if (OperatingSystem.IsAndroid() || OperatingSystem.IsMacOS() || OperatingSystem.IsMacCatalyst())
34+
if (OperatingSystem.IsAndroid() || OperatingSystem.IsIOS() || OperatingSystem.IsMacOS() || OperatingSystem.IsMacCatalyst())
3535
{
3636
var normalizedLength = nameWithoutExtension.GetNormalizedLength(NormalizationForm.FormC);
3737
var normalized = new char[normalizedLength];

0 commit comments

Comments
 (0)