Fixes rendering of notes when the modifier changes due to new posts found and the reply level gets recalculated.

This commit is contained in:
Vitor Pamplona
2024-11-01 10:06:09 -04:00
parent 0581a3e836
commit a825f575de

View File

@@ -428,7 +428,7 @@ fun ClickableNote(
content: @Composable () -> Unit, content: @Composable () -> Unit,
) { ) {
val updatedModifier = val updatedModifier =
remember(baseNote, backgroundColor.value) { remember(baseNote, backgroundColor.value, modifier) {
modifier modifier
.combinedClickable( .combinedClickable(
onClick = { onClick = {