Fix style growing when applying other styles.

This commit is contained in:
Cody Henthorne
2023-06-12 09:01:21 -04:00
committed by GitHub
parent c9d298c447
commit 164ce06177
2 changed files with 9 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ import org.thoughtcrime.securesms.util.PlaceholderURLSpan
object MessageStyler {
const val MONOSPACE = "monospace"
const val SPAN_FLAGS = Spanned.SPAN_EXCLUSIVE_INCLUSIVE
const val SPAN_FLAGS = Spanned.SPAN_EXCLUSIVE_EXCLUSIVE
const val DRAFT_ID = "DRAFT"
const val COMPOSE_ID = "COMPOSE"
const val QUOTE_ID = "QUOTE"