diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomMessageCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomMessageCompose.kt index 85018bdd2..becbe9f89 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomMessageCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomMessageCompose.kt @@ -399,15 +399,11 @@ private fun MessageBubbleLines( bubbleSize: MutableState, availableBubbleSize: MutableState ) { - val automaticallyShowProfilePicture = remember { - accountViewModel.settings.showProfilePictures.value - } - if (drawAuthorInfo) { DrawAuthorInfo( baseNote, alignment, - automaticallyShowProfilePicture, + accountViewModel.settings.showProfilePictures.value, nav ) } else {