Reply : refactor so we can use ReplyToDetails in Composer and Timeline

This commit is contained in:
ganfra 2024-06-21 12:23:17 +02:00
parent 08816bd2df
commit 5597a1743a
18 changed files with 290 additions and 460 deletions

View file

@ -379,7 +379,7 @@ class SendLocationPresenterTest {
fakeMessageComposerContext.apply {
composerMode = MessageComposerMode.Edit(
eventId = null,
defaultContent = "",
content = "",
transactionId = null
)
}
@ -427,7 +427,7 @@ class SendLocationPresenterTest {
fakeMessageComposerContext.apply {
composerMode = MessageComposerMode.Edit(
eventId = null,
defaultContent = "",
content = "",
transactionId = null
)
}