Disable "Edited" click listener for outgoing messages.

This commit is contained in:
Clark
2024-05-29 16:53:28 -04:00
committed by Cody Henthorne
parent 8bb3d71472
commit b41bf66133
11 changed files with 71 additions and 19 deletions

View File

@@ -313,7 +313,7 @@ class V2ConversationItemShapeTest {
override fun goToMediaPreview(parent: ConversationItem?, sharedElement: View?, args: MediaIntentFactory.MediaPreviewArgs?) = Unit
override fun onEditedIndicatorClicked(messageRecord: MessageRecord) = Unit
override fun onEditedIndicatorClicked(conversationMessage: ConversationMessage) = Unit
override fun onShowGroupDescriptionClicked(groupName: String, description: String, shouldLinkifyWebLinks: Boolean) = Unit