Fixed refs not updating after a log change
This commit is contained in:
parent
0547c2fe9a
commit
a719c2355a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user