Fixes rendering of notes when the modifier changes due to new posts found and the reply level gets recalculated.
This commit is contained in:
@@ -428,7 +428,7 @@ fun ClickableNote(
|
||||
content: @Composable () -> Unit,
|
||||
) {
|
||||
val updatedModifier =
|
||||
remember(baseNote, backgroundColor.value) {
|
||||
remember(baseNote, backgroundColor.value, modifier) {
|
||||
modifier
|
||||
.combinedClickable(
|
||||
onClick = {
|
||||
|
||||
Reference in New Issue
Block a user