Skip to content

Commit

Permalink
Merge pull request #439 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Remove wrong variable
  • Loading branch information
MohamedRejeb authored Nov 24, 2024
2 parents 957f103 + f227d3a commit 7019bed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1309,8 +1309,6 @@ public class RichTextState internal constructor(
else
activeRichSpan.text.substring(startIndex)

val isMentionText = typedText.startsWith(RichSpanStyle.Mention.MentionTrigger)

val activeRichSpanFullSpanStyle = activeRichSpan.fullSpanStyle
val newSpanStyle = activeRichSpanFullSpanStyle.customMerge(toAddSpanStyle).unmerge(toRemoveSpanStyle)
val newRichSpanStyle =
Expand Down

0 comments on commit 7019bed

Please sign in to comment.