Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 9a10b8f

Browse files
#1652 Fix gesture lines are not cleared, fix build (#1676)
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
1 parent 42437be commit 9a10b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/DrawingView/Renderer/DrawingViewRenderer.android.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ void LoadLines()
176176
drawCanvas.DrawPath(drawPath, drawPaint);
177177
drawPath.Reset();
178178
}
179-
180-
Invalidate();
181179
}
180+
181+
Invalidate();
182182
}
183183

184184
protected override void Dispose(bool disposing)

0 commit comments

Comments
 (0)