File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
MPChartLib/src/main/java/com/github/mikephil/charting/charts Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -261,16 +261,16 @@ protected void drawMarkers(Canvas canvas) {
261261 }
262262
263263 // callbacks to update the content
264- IMarker markerItem = mMarkers .get (i % mMarkers .size ());
265- markerItem .refreshContent (e , highlight );
264+ IMarker markerItem = mMarkers .get (i % mMarkers .size ());
265+ markerItem .refreshContent (e , highlight );
266266
267267 // draw the marker
268268 markerItem .draw (canvas , pos [0 ], pos [1 ]);
269269 }
270270 }
271271
272- @ Override
273- public String getAccessibilityDescription () {
274- return "This is a combined chart" ;
275- }
272+ @ Override
273+ public String getAccessibilityDescription () {
274+ return "This is a combined chart" ;
275+ }
276276}
You can’t perform that action at this time.
0 commit comments