Suppress LayoutTransition during scroll events.

This commit is contained in:
Alex Hart
2023-09-07 11:26:45 -03:00
committed by GitHub
parent b410756dfd
commit 454b1f69ed
8 changed files with 71 additions and 5 deletions

View File

@@ -217,6 +217,7 @@ class V2ConversationItemShapeTest {
override val isMessageRequestAccepted: Boolean = true
override val searchQuery: String? = null
override val glideRequests: GlideRequests = mockk()
override val isParentInScroll: Boolean = false
override fun onStartExpirationTimeout(messageRecord: MessageRecord) = Unit