fix onMesure PichView
This commit is contained in:
parent
1d0d15b582
commit
c8233febfe
1 changed files with 0 additions and 1 deletions
|
|
@ -318,7 +318,6 @@ public class PitchView extends ViewGroup {
|
|||
@Override
|
||||
public void onDraw(Canvas canvas) {
|
||||
if (data.size() > 0) {
|
||||
canvas.drawColor(Color.RED);
|
||||
int end = getEnd();
|
||||
|
||||
updateText(end);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue