mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-11 05:19:46 +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:
parent
0581a3e836
commit
a825f575de
@ -428,7 +428,7 @@ fun ClickableNote(
|
||||
content: @Composable () -> Unit,
|
||||
) {
|
||||
val updatedModifier =
|
||||
remember(baseNote, backgroundColor.value) {
|
||||
remember(baseNote, backgroundColor.value, modifier) {
|
||||
modifier
|
||||
.combinedClickable(
|
||||
onClick = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user