Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-05 17:35:20 +03:00
parent fcc17181ad
commit 5b3b19f3ee
11 changed files with 123 additions and 37 deletions

View file

@ -147,6 +147,7 @@ internal class ChildFactory @Inject constructor(
val source = when (route.source) {
AppRoute.ManageTokens.Source.SETTINGS -> ManageTokensSource.SETTINGS
AppRoute.ManageTokens.Source.STORIES -> ManageTokensSource.STORIES
AppRoute.ManageTokens.Source.ACCOUNT -> ManageTokensSource.ACCOUNT
}
val mode = when (val portfolio = route.portfolioId) {