Fixes spacing of short quotes

This commit is contained in:
Vitor Pamplona 2024-08-16 13:12:05 -04:00
parent 4343c744db
commit 990db68a4d

View File

@ -504,10 +504,7 @@ fun InnerNoteWithReactions(
if (isNotRepost) {
if (makeItShort) {
if (!isBoostedNote) {
} else {
Spacer(modifier = DoubleVertSpacer)
}
Spacer(modifier = DoubleVertSpacer)
} else {
ReactionsRow(
baseNote = baseNote,