Skip to content

Commit

Permalink
Fixes rendering of notes when the modifier changes due to new posts f…
Browse files Browse the repository at this point in the history
…ound and the reply level gets recalculated.
  • Loading branch information
vitorpamplona committed Nov 1, 2024
1 parent 0581a3e commit a825f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ fun ClickableNote(
content: @Composable () -> Unit,
) {
val updatedModifier =
remember(baseNote, backgroundColor.value) {
remember(baseNote, backgroundColor.value, modifier) {
modifier
.combinedClickable(
onClick = {
Expand Down

0 comments on commit a825f57

Please sign in to comment.