Updated on 2026-08-14
This commit is contained in:
parent
fcc17181ad
commit
5b3b19f3ee
11 changed files with 123 additions and 37 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue