We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e11101 commit c0db7fcCopy full SHA for c0db7fc
1 file changed
app/src/main/kotlin/com/simplemobiletools/draw/MyCanvas.kt
@@ -19,7 +19,6 @@ class MyCanvas(context: Context, attrs: AttributeSet) : View(context, attrs) {
19
private var mPaint = Paint()
20
private var mPath = MyPath()
21
private var mPaintOptions = PaintOptions()
22
- private var mIsNothingDrawn = true
23
24
private var mListener: PathsChangedListener? = null
25
private var mCurX = 0f
0 commit comments