Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-16 18:02:31 +05:00
parent 189ffd9927
commit d327640e9f
10 changed files with 64 additions and 10 deletions

View file

@ -365,7 +365,7 @@ internal class ChildFactory @Inject constructor(
is AppRoute.PushNotification -> {
createComponentChild(
context = context,
params = Unit,
params = PushNotificationsComponent.Params.Route(AppRoute.Home),
componentFactory = pushNotificationsComponentFactory,
)
}