Updated on 2026-08-14
This commit is contained in:
parent
4d75db3cdd
commit
22dc2eb3e9
57 changed files with 931 additions and 258 deletions
|
|
@ -98,6 +98,11 @@ internal class DefaultSendEntryPointComponent @AssistedInject constructor(
|
|||
model.currentRoute.emit(stack.active.configuration)
|
||||
}
|
||||
}
|
||||
if (params.shouldStartWithSwap) {
|
||||
// Direct Swap&Send entry: replicate the canonical "send with swap" trigger so the receive-token
|
||||
// selector opens like the regular Send -> Send&Swap flow (this was the less-broken behaviour).
|
||||
model.onConvertToAnotherToken(lastAmount = "", isEnterInFiatSelected = false)
|
||||
}
|
||||
}
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue