Revert "Fixed line uncommited changes -> first commit not being drawn in the log (now properly :P)"
This reverts commit 92b225503c
.
This commit is contained in:
parent
a70adb6ad5
commit
bb49e9482c
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ fun CommitsGraphLine(
|
|||
modifier = Modifier.fillMaxSize()
|
||||
) {
|
||||
clipRect {
|
||||
if (plotCommit.childCount > 0 || itemPosition == 0) {
|
||||
if (plotCommit.childCount > 0) {
|
||||
drawLine(
|
||||
color = colors[itemPosition % colors.size],
|
||||
start = Offset(laneWidthWithDensity * (itemPosition + 1), this.center.y),
|
||||
|
|
Loading…
Reference in a new issue