Adds an emoji name to the preview to see if we can replicate the alignment when loading the username dynamically
This commit is contained in:
@@ -148,7 +148,7 @@ fun RichTextViewer(
|
|||||||
fun RenderStrangeNamePreview() {
|
fun RenderStrangeNamePreview() {
|
||||||
Column(modifier = Modifier.padding(10.dp)) {
|
Column(modifier = Modifier.padding(10.dp)) {
|
||||||
RenderRegular(
|
RenderRegular(
|
||||||
"If you want to stream or download the music from nostr:npub1sctag667a7np6p6ety2up94pnwwxhd2ep8n8afr2gtr47cwd4ewsvdmmjm can you here",
|
"If you want to FreeFrom Official \uD80C\uDD66 stream or download the music from nostr:npub1sctag667a7np6p6ety2up94pnwwxhd2ep8n8afr2gtr47cwd4ewsvdmmjm can you here",
|
||||||
EmptyTagList,
|
EmptyTagList,
|
||||||
) { paragraph, state, spaceWidth, modifier ->
|
) { paragraph, state, spaceWidth, modifier ->
|
||||||
RenderTextParagraph(paragraph, spaceWidth, modifier) { word ->
|
RenderTextParagraph(paragraph, spaceWidth, modifier) { word ->
|
||||||
|
|||||||
Reference in New Issue
Block a user