Divider will not be shown for the last file changed

This commit is contained in:
Abdelilah El Aissaoui 2022-10-14 23:44:38 +02:00
parent 0f70c9a8cc
commit 65fbab2bd8

View File

@ -286,7 +286,8 @@ fun CommitLogChanges(
Spacer(modifier = Modifier.weight(2f))
Divider()
if(diffEntries.lastOrNull() != diffEntry)
Divider()
}
}
}