Fixed refs not updating after a log change

This commit is contained in:
Abdelilah El Aissaoui 2021-10-15 03:09:21 +02:00
parent 0547c2fe9a
commit a719c2355a

View File

@ -182,9 +182,7 @@ fun Log(
}
itemsIndexed(items = commitList) { index, item ->
val commitRefs = remember(commitList, item) {
item.refs
}
val commitRefs = item.refs
Row(
modifier = Modifier
.height(40.dp)