Skip to content

Commit

Permalink
fix: apply text style for unicode emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Nov 9, 2024
1 parent ceff6f7 commit 461fbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/widget/mfm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ List<InlineSpan> buildMfm(
unicodeEmojiBuilder: (emoji, style) => UnicodeEmoji(
account: account,
emoji: emoji,
style: style,
onTap: onTapEmoji != null ? () => onTapEmoji.call(emoji) : null,
inline: true,
),
Expand Down

0 comments on commit 461fbd0

Please sign in to comment.