Skip to content

Commit

Permalink
Update FormattedStringTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo committed Nov 28, 2024
1 parent ce4ddec commit f66aca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public async Task NativeFormattedStringContainsSpan()
{
var result = string.Empty;
#if __IOS__
var attributed = formattedString.ToNSAttributedString(fontManager);
var attributed = formattedString.ToNSAttributedString(fontManager, 0, TextAlignment.Start, null, null, TextTransform.None, TextDecorations.None, FontAttributes.None);
attributed.EnumerateAttributes(new Foundation.NSRange(0, attributed.Length),
Foundation.NSAttributedStringEnumeration.None, new Foundation.NSAttributedRangeCallback((Foundation.NSDictionary dict, Foundation.NSRange range, ref bool flag) =>
Expand Down

0 comments on commit f66aca5

Please sign in to comment.