Skip to content

Commit

Permalink
Update ServerDrivenVisualElement.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Nov 4, 2024
1 parent 8f1a17b commit d72c494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maui.ServerDrivenUI/Views/ServerDrivenVisualElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ internal static async Task InitializeComponentAsync(IServerDrivenVisualElement e
{
var xamlException = new UnableToLoadXamlException(XAML_LOAD_ERROR_MESSAGE, xaml, ex);
element.OnError(xamlException);
errorMessage = XAML_LOAD_ERROR_MESSAGE;
forceRetry = true;
}

Expand Down

0 comments on commit d72c494

Please sign in to comment.