copy paste bug
This commit is contained in:
parent
3552d6aa40
commit
5fe3c50171
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue