From fb5fad5d0209c7a5d3516ba917ed094ac9ea58ca Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 17 Jun 2023 10:53:37 -0400 Subject: [PATCH] Fixing background color for messages when it's considered a new notification. --- .../com/vitorpamplona/amethyst/ui/note/MessageSetCompose.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/MessageSetCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/MessageSetCompose.kt index 491c2b4c88..f840e13df0 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/MessageSetCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/MessageSetCompose.kt @@ -105,7 +105,7 @@ fun MessageSetCompose(messageSetCard: MessageSetCard, routeForLastRead: String, routeForLastRead = null, isBoostedNote = true, addMarginTop = false, - parentBackgroundColor = null, + parentBackgroundColor = backgroundColor, accountViewModel = accountViewModel, nav = nav )