Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-04 14:47:39 +03:00
parent 34609aeb8c
commit e2721b21e1
13 changed files with 53 additions and 9 deletions

View file

@ -349,6 +349,7 @@ internal class ChildFactory @Inject constructor(
val source = when (route.source) {
is AppRoute.QrScanning.Source.Send -> SourceType.SEND
is AppRoute.QrScanning.Source.WalletConnect -> SourceType.WALLET_CONNECT
is AppRoute.QrScanning.Source.MainScreen -> SourceType.MAIN_SCREEN
}
createComponentChild(
context = context,