mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 16:21:26 +01:00
removing this usage for project consistency
This commit is contained in:
parent
80b6b77a3a
commit
641c06f10d
@ -60,7 +60,7 @@ fun Span.bullet(text: CharSequence = "",
|
||||
|
||||
fun String.colorTerminatingFullStop(@ColorInt color: Int): CharSequence {
|
||||
val fullStop = "."
|
||||
return if (this.endsWith(fullStop)) {
|
||||
return if (endsWith(fullStop)) {
|
||||
span {
|
||||
+this@colorTerminatingFullStop.removeSuffix(fullStop)
|
||||
span(fullStop) {
|
||||
|
Loading…
Reference in New Issue
Block a user