Fix compilation issue.
This extension is only used for Test
This commit is contained in:
parent
7242ad48c2
commit
d610f75f1b
|
@ -25,5 +25,6 @@ fun MessageComposerViewState.toAnalyticsComposer(): Composer =
|
|||
inThread = isInThreadTimeline(),
|
||||
isEditing = sendMode is SendMode.Edit,
|
||||
isReply = sendMode is SendMode.Reply,
|
||||
startsThread = startsThread
|
||||
messageType = Composer.MessageType.Text,
|
||||
startsThread = startsThread,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue