mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 18:02:39 +02:00
Fixes spacing of short quotes
This commit is contained in:
@@ -504,10 +504,7 @@ fun InnerNoteWithReactions(
|
|||||||
|
|
||||||
if (isNotRepost) {
|
if (isNotRepost) {
|
||||||
if (makeItShort) {
|
if (makeItShort) {
|
||||||
if (!isBoostedNote) {
|
Spacer(modifier = DoubleVertSpacer)
|
||||||
} else {
|
|
||||||
Spacer(modifier = DoubleVertSpacer)
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
ReactionsRow(
|
ReactionsRow(
|
||||||
baseNote = baseNote,
|
baseNote = baseNote,
|
||||||
|
Reference in New Issue
Block a user