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 Nov 22, 2021
1 parent b4c3b07 commit f1cfc9d
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 f1cfc9d

Please sign in to comment.