element-x-ada/libraries/androidutils/src
Jorge Martin Espinosa 13d5068b6d
Fix linkify helper index out of bounds with parenthesis (#6140)
When parenthesis were mismatched by having more opening parenthesis than closing ones, we could end up incorrectly making the URLSpan `end` value greater than the actual text length, causing an `IndexOutOfBoundsException`
2026-02-05 09:33:38 +01:00
..
main Fix linkify helper index out of bounds with parenthesis (#6140) 2026-02-05 09:33:38 +01:00
test/kotlin/io/element/android/libraries/androidutils Fix linkify helper index out of bounds with parenthesis (#6140) 2026-02-05 09:33:38 +01:00