Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-30 17:56:53 +05:00
parent 78720c5cab
commit fb54de419b
98 changed files with 750 additions and 787 deletions

View file

@ -102,7 +102,7 @@ internal class WalletCardClickIntentsImplementor @Inject constructor(
} else {
tokenListStore.clear()
stateHolder.clear()
appRouter.replaceAll(AppRoute.Home)
appRouter.replaceAll(AppRoute.Home())
}
}
}

View file

@ -75,7 +75,7 @@ internal class DefaultWalletRouter @Inject constructor(
}
override fun openStoriesScreen() {
router.push(AppRoute.Home)
router.push(AppRoute.Home())
}
override fun isWalletLastScreen(): Boolean {