mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 19:53:28 +02:00
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