Skip to content

Commit

Permalink
删除无用TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Oct 22, 2020
1 parent 5759cf7 commit c73c8d9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import android.graphics.Rect;
import android.graphics.RectF;
import android.graphics.Shader;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.text.TextUtils;
Expand Down Expand Up @@ -460,11 +459,6 @@ public void setResultPoint(Result result, float scaleFactor) {
postInvalidate();
}

/**
* TODO:显示有问题,内圈和外圈有间距
*
* @param canvas
*/
public void drawableResultPoint(Canvas canvas) {
if (!showResultPoint) {
return;
Expand Down

0 comments on commit c73c8d9

Please sign in to comment.