From 990db68a4d0907ba8103efdd4ac1170c5782b4b1 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 16 Aug 2024 13:12:05 -0400 Subject: [PATCH] Fixes spacing of short quotes --- .../java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt index 3e5573403..67a1cd522 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt @@ -504,10 +504,7 @@ fun InnerNoteWithReactions( if (isNotRepost) { if (makeItShort) { - if (!isBoostedNote) { - } else { - Spacer(modifier = DoubleVertSpacer) - } + Spacer(modifier = DoubleVertSpacer) } else { ReactionsRow( baseNote = baseNote,