Skip to content

Commit

Permalink
[MERGE] #332 -> develop
Browse files Browse the repository at this point in the history
[ADD/#332] ์— ํ”Œ๋ฆฌํŠœ๋“œ ์ด๋ฒคํŠธ ์ถ”๊ฐ€
  • Loading branch information
leeeyubin authored Jan 19, 2025
2 parents 68c3f4a + f5dcadd commit 8812d6a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ fun StartFilteringRoute(
name = "start_service"
)
},
onLaterClick = onLaterClick,
onLaterClick = {
onLaterClick()
amplitudeTracker.track(
type = EventType.CLICK,
name = "skip_plan"
)
},
buttonState = state.isButtonVisible,
screenHeight = screenHeight,
)
Expand Down

0 comments on commit 8812d6a

Please sign in to comment.