Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-03 17:33:13 +03:00
parent a10b94fa45
commit 03b555e463
2 changed files with 19 additions and 37 deletions

View file

@ -327,7 +327,7 @@ class MainActivity : AppCompatActivity(), SnackbarHandler, ActivityResultCallbac
context = rootComponentContext,
)
appRouterConfig.routerScope = lifecycleScope
appRouterConfig.routerScope = mainScope
appRouterConfig.componentRouter = routingComponent.router
appRouterConfig.snackbarHandler = this
@ -368,6 +368,7 @@ class MainActivity : AppCompatActivity(), SnackbarHandler, ActivityResultCallbac
owner = this,
settingsRepository = settingsRepository,
userWalletsListManager = userWalletsListManager,
coroutineScope = mainScope,
)
initIntentHandlers()