Skip to content

Commit

Permalink
Merge pull request #215 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
MohamedRejeb committed Mar 10, 2024
2 parents 514b310 + 09f8fac commit 81aa02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nexus-publish = "2.0.0-rc-1"
# For sample
compose-compiler = "1.5.4"
activity-compose = "1.8.2"
voyager = "1.0.0"
voyager = "1.1.0-alpha03"
richeditor = "1.0.0-rc01"
android-minSdk = "21"
android-compileSdk = "34"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ class RichTextState internal constructor(
}

styledRichSpanList.clear()
textFieldValue = newTextFieldValue.copy(text = annotatedString.te)
textFieldValue = newTextFieldValue.copy(text = annotatedString.text)
visualTransformation = VisualTransformation { _ ->
TransformedText(
annotatedString,
Expand Down

0 comments on commit 81aa02d

Please sign in to comment.