Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sleushunou committed Sep 25, 2024
1 parent 7a1b266 commit 6396955
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Softeq.XToolkit.Common.iOS/Extensions/NSStringExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,14 @@ public static NSMutableAttributedString BuildAttributedStringFromHtml(
logger?.Error("String: " + html);
}

throw;
}
finally
{
if (error != null)
{
logger?.Error("Error message: " + error.Description);
}

throw;
}
}

Expand Down

0 comments on commit 6396955

Please sign in to comment.