mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Format code
This commit is contained in:
parent
eee1ec1423
commit
bcf3f1e302
2 changed files with 4 additions and 2 deletions
|
@ -25,4 +25,5 @@ fun MessageComposerViewState.toAnalyticsComposer(): Composer =
|
|||
inThread = isInThreadTimeline(),
|
||||
isEditing = sendMode is SendMode.Edit,
|
||||
isReply = sendMode is SendMode.Reply,
|
||||
startsThread = startsThread)
|
||||
startsThread = startsThread
|
||||
)
|
||||
|
|
|
@ -21,4 +21,5 @@ import im.vector.app.features.analytics.plan.Interaction
|
|||
fun Interaction.Name.toAnalyticsInteraction(interactionType: Interaction.InteractionType = Interaction.InteractionType.Touch) =
|
||||
Interaction(
|
||||
name = this,
|
||||
interactionType = interactionType)
|
||||
interactionType = interactionType
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue