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(),
|
inThread = isInThreadTimeline(),
|
||||||
isEditing = sendMode is SendMode.Edit,
|
isEditing = sendMode is SendMode.Edit,
|
||||||
isReply = sendMode is SendMode.Reply,
|
isReply = sendMode is SendMode.Reply,
|
||||||
startsThread = startsThread
|
messageType = Composer.MessageType.Text,
|
||||||
|
startsThread = startsThread,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user