Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ariskotsomitopoulos committed Mar 16, 2022
1 parent eee1ec1 commit bcf3f1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ fun MessageComposerViewState.toAnalyticsComposer(): Composer =
inThread = isInThreadTimeline(),
isEditing = sendMode is SendMode.Edit,
isReply = sendMode is SendMode.Reply,
startsThread = startsThread)
startsThread = startsThread
)
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit bcf3f1e

Please sign in to comment.