mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Fix compilation issue.
This extension is only used for Test
This commit is contained in:
parent
7242ad48c2
commit
d610f75f1b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue