Merge TimelineItemEventRow's textForInReplyTo and attachmentThumbnailInfoForInReplyTo functions (#1859)

The flow is somewhat misleading so its logic has been merged into `InReplyToDetails.metadata()`.
This commit is contained in:
Marco Romano 2023-11-27 23:13:19 +01:00 committed by GitHub
parent de3362798e
commit c33c0f583c
5 changed files with 445 additions and 103 deletions

View file

@ -23,6 +23,11 @@ plugins {
android {
namespace = "io.element.android.features.messages.impl"
testOptions {
unitTests {
isIncludeAndroidResources = true
}
}
}
anvil {
@ -88,6 +93,8 @@ dependencies {
testImplementation(projects.libraries.voicerecorder.test)
testImplementation(projects.libraries.mediaplayer.test)
testImplementation(libs.test.mockk)
testImplementation(libs.test.junitext)
testImplementation(libs.test.robolectric)
ksp(libs.showkase.processor)
}