mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-26 20:45:03 +01:00
DM: Show the full status text
This commit is contained in:
parent
72fbcff1dd
commit
8236029432
@ -34,8 +34,9 @@ struct ConversationsListRow: View {
|
||||
Text(conversation.lastStatus.createdAt.relativeFormatted)
|
||||
.font(.scaledFootnote)
|
||||
}
|
||||
Text(conversation.lastStatus.content.asRawText)
|
||||
EmojiTextApp(conversation.lastStatus.content, emojis: conversation.lastStatus.emojis)
|
||||
.multilineTextAlignment(.leading)
|
||||
.font(.scaledBody)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user