Rewrite chat colors delegation.

This commit is contained in:
Alex Hart
2024-01-16 15:19:11 -04:00
committed by Greyson Parrelli
parent 2c554a3a20
commit cf59249d3d
8 changed files with 64 additions and 58 deletions

View File

@@ -211,6 +211,7 @@ class V2ConversationItemShapeTest {
override val searchQuery: String? = null
override val glideRequests: GlideRequests = mockk()
override val isParentInScroll: Boolean = false
override fun getChatColorsData(): ChatColorsDrawable.ChatColorsData = ChatColorsDrawable.ChatColorsData(null, null)
override fun onStartExpirationTimeout(messageRecord: MessageRecord) = Unit