fix onMesure PichView

This commit is contained in:
Alexey Kuznetsov 2016-03-30 12:46:04 +03:00
commit c8233febfe

View file

@ -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);