No need to remember Modifier

This commit is contained in:
Vitor Pamplona
2023-06-26 14:55:55 -04:00
parent a3782bb459
commit 3477e7b8ba

View File

@@ -1539,7 +1539,7 @@ fun RenderRepost(
boostedNote?.let { boostedNote?.let {
NoteCompose( NoteCompose(
it, it,
modifier = remember { Modifier }, modifier = Modifier,
isBoostedNote = true, isBoostedNote = true,
unPackReply = false, unPackReply = false,
parentBackgroundColor = backgroundColor, parentBackgroundColor = backgroundColor,