Skip to content

Commit

Permalink
Fix sdk 28
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF committed Mar 10, 2021
1 parent 8558699 commit 0de4b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ protected void onDraw(final Canvas canvas) {
return;
}

canvas.save(Canvas.CLIP_SAVE_FLAG);
canvas.save();

mPath.reset();
mPath.addCircle(mDownX, mDownY, mRadius, Path.Direction.CW);
Expand Down

0 comments on commit 0de4b9e

Please sign in to comment.