mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 20:44:21 +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,
|
content: @Composable () -> Unit,
|
||||||
) {
|
) {
|
||||||
val updatedModifier =
|
val updatedModifier =
|
||||||
remember(baseNote, backgroundColor.value) {
|
remember(baseNote, backgroundColor.value, modifier) {
|
||||||
modifier
|
modifier
|
||||||
.combinedClickable(
|
.combinedClickable(
|
||||||
onClick = {
|
onClick = {
|
||||||
|
Reference in New Issue
Block a user