Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
Signed-off-by: carlossteinzup <[email protected]>
  • Loading branch information
carlossteinzup committed Feb 23, 2022
1 parent b12992a commit a4e1f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object AnalyticsScreenBuilder : ScreenBuilder {

private fun createTouchable(): ServerDrivenComponent {
val text = Text(
text = "Touchable with Click Analytics Event"
text = "Touchable with Click Analytics Event "
)
return Touchable(
onPress = listOf(Alert(
Expand Down

0 comments on commit a4e1f3a

Please sign in to comment.