Updated on 2026-08-14
This commit is contained in:
commit
e855ddbc21
10 changed files with 173 additions and 60 deletions
|
|
@ -82,6 +82,12 @@ internal class DefaultSendComponent @AssistedInject constructor(
|
|||
)
|
||||
|
||||
init {
|
||||
analyticsEventHandler.send(
|
||||
CommonSendAnalyticEvents.SendScreenOpened(
|
||||
categoryName = model.analyticCategoryName,
|
||||
source = model.analyticsSendSource,
|
||||
),
|
||||
)
|
||||
childStack.subscribe(
|
||||
lifecycle = lifecycle,
|
||||
mode = ObserveLifecycleMode.CREATE_DESTROY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue