Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ await handler.InvokeAsync(nameof(IHybridWebView.EvaluateJavaScriptAsync),
else if (invokeJavaScriptRequest.ReturnTypeJsonTypeInfo is null)
{
invokeJavaScriptRequest.SetResult(null);
return null;
}
// if we are expecting a result, then deserialize what we have
else
Expand Down