Fix revealing spoilers in text stories.

This commit is contained in:
Cody Henthorne
2023-06-09 10:06:35 -04:00
committed by GitHub
parent e19c7efbfe
commit 3a341eee19
8 changed files with 17 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ object SpoilerAnnotation {
if (text is Spannable) {
Selection.removeSelection(text)
}
widget.text = text
}
}