0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

Allow the user to write dots on the whiteboard

@branch-specific
This commit is contained in:
Timothy Rae 2015-11-15 20:45:42 +09:00
parent 8acf9fb24b
commit 8fb5285ab0

View File

@ -209,6 +209,7 @@ public class Whiteboard extends View {
mPath.moveTo(x, y);
mX = x;
mY = y;
mCanvas.drawPoint(x, y, mPaint);
}