Updated on 2026-08-14
This commit is contained in:
parent
3539e8272a
commit
a74ee9640c
2 changed files with 3 additions and 5 deletions
|
|
@ -259,7 +259,7 @@ class TradeCryptoMiddleware {
|
|||
|
||||
private fun openSwap(currency: CryptoCurrency) {
|
||||
val bundle = bundleOf(
|
||||
SwapFragment.CURRENCY_BUNDLE_KEY to Json.encodeToString(currency),
|
||||
SwapFragment.CURRENCY_BUNDLE_KEY to currency
|
||||
)
|
||||
|
||||
store.dispatchOnMain(NavigationAction.NavigateTo(screen = AppScreen.Swap, bundle = bundle))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue