copy paste bug

This commit is contained in:
Milos Kozak 2017-04-28 08:27:05 +02:00
parent 3552d6aa40
commit 5fe3c50171

View file

@ -1228,7 +1228,7 @@ public class OverviewFragment extends Fragment implements View.OnClickListener,
}
if (high.length > 0) {
bgGraph.addSeries(seriesHigh = new PointsGraphSeries<>(low));
bgGraph.addSeries(seriesHigh = new PointsGraphSeries<>(high));
seriesHigh.setShape(PointsGraphSeries.Shape.POINT);
seriesHigh.setSize(5);
seriesHigh.setColor(MainApp.sResources.getColor(R.color.high));