Skip to content

Commit 225c269

Browse files
committed
Log
1 parent 9dc953d commit 225c269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/renderer/BarChartRenderer.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,12 @@ open class BarChartRenderer(
185185
if (!viewPortHandler.isInBoundsLeft(buffer.buffer[j + 2])) {
186186
j += 4
187187
pos++
188+
Timber.d("continue 1")
188189
continue
189190
}
190191

191192
if (!viewPortHandler.isInBoundsRight(buffer.buffer[j])) {
193+
Timber.d("break")
192194
break
193195
}
194196

0 commit comments

Comments
 (0)