Skip to content

Commit

Permalink
Fix build error (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroot authored and rookiejava committed Dec 14, 2021
1 parent a40a91b commit 5c87e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Tizen/WrapperView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public SKClipperView(EvasObject parent) : base(parent)
ClippingRequired = false;
}

protected virtual void OnPaintSurface(object sender, SKPaintSurfaceEventArgs e)
protected virtual void OnPaintSurface(object? sender, SKPaintSurfaceEventArgs e)
{
var skiaCanvas = e.Surface.Canvas;
skiaCanvas.Clear();
Expand Down

0 comments on commit 5c87e93

Please sign in to comment.