Skip to content

Commit

Permalink
[fix] #147 앱 사용 가이드 화면 뷰 이벤트 네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed Aug 28, 2023
1 parent 4a6ebf9 commit 197fa98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class GuideActivity : BindingActivity<ActivityGuideBinding>(R.layout.activity_gu

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
amplitudeUtils.logEvent("view_onboarding")
amplitudeUtils.logEvent("view_onboard")

initViewPagerAdapter()
observePageChange()
Expand Down

0 comments on commit 197fa98

Please sign in to comment.