Fix spoiler rendering in conversation list.

This commit is contained in:
Cody Henthorne
2023-04-24 14:52:54 -04:00
committed by Nicholas
parent b0b2b02a49
commit 806e81743c
6 changed files with 45 additions and 23 deletions

View File

@@ -69,7 +69,7 @@ class SpoilerFilteringSpannable(private val spannable: Spannable, private val in
override fun hashCode(): Int = spannable.hashCode()
override fun equals(other: Any?): Boolean = spannable == other
interface InOnDrawProvider {
fun interface InOnDrawProvider {
fun isInOnDraw(): Boolean
}
}