Skip to content

Commit ca93d92

Browse files
committed
fix: 보관함 화면 진입 이벤트 누락 보충 (iOS 싱크)
- StorageMyDrawFragment: VIEW_STORAGE_MY_DRAW 추가 - StorageScrapFragment: VIEW_STORAGE_SCRAP 추가
1 parent 5847567 commit ca93d92

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/com/runnect/runnect/presentation/storage/StorageMyDrawFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class StorageMyDrawFragment :
7171
super.onViewCreated(view, savedInstanceState)
7272
binding.lifecycleOwner = viewLifecycleOwner
7373

74+
Analytics.logEvent(EventName.VIEW_STORAGE_MY_DRAW)
7475
initLayout()
7576
initAdapter()
7677
getCourse()

app/src/main/java/com/runnect/runnect/presentation/storage/StorageScrapFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class StorageScrapFragment :
4848
super.onViewCreated(view, savedInstanceState)
4949
binding.lifecycleOwner = viewLifecycleOwner
5050

51+
Analytics.logEvent(EventName.VIEW_STORAGE_SCRAP)
5152
getMyScrapCourses()
5253
initLayout()
5354
initAdapter()

0 commit comments

Comments
 (0)