Draft : refactor a bit ComposerMode and formatting management so we don't mess up with draft restoration.
This commit is contained in:
parent
2d324a7f4b
commit
321c2dca30
7 changed files with 87 additions and 72 deletions
|
|
@ -379,8 +379,8 @@ class SendLocationPresenterTest {
|
|||
fakeMessageComposerContext.apply {
|
||||
composerMode = MessageComposerMode.Edit(
|
||||
eventId = null,
|
||||
content = "",
|
||||
transactionId = null
|
||||
transactionId = null,
|
||||
content = ""
|
||||
)
|
||||
}
|
||||
|
||||
|
|
@ -427,8 +427,8 @@ class SendLocationPresenterTest {
|
|||
fakeMessageComposerContext.apply {
|
||||
composerMode = MessageComposerMode.Edit(
|
||||
eventId = null,
|
||||
content = "",
|
||||
transactionId = null
|
||||
transactionId = null,
|
||||
content = ""
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue