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 -> itemsIndexed(items = commitList) { index, item ->
val commitRefs = remember(commitList, item) { val commitRefs = item.refs
item.refs
}
Row( Row(
modifier = Modifier modifier = Modifier
.height(40.dp) .height(40.dp)