mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
save
This commit is contained in:
parent
fd1485e42a
commit
184a950bab
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ExchangeOptionsPage extends BasePage {
|
|||
image: iconRobinhood,
|
||||
title: "MoonPay Swaps",
|
||||
description: S.of(context).moonpay_exchange_description,
|
||||
onPressed: () async => await Navigator.of(context).pushReplacementNamed(Routes.exchange, arguments: ),
|
||||
onPressed: () async => await Navigator.of(context).pushReplacementNamed(Routes.exchange, arguments: true),
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
|
|
Loading…
Reference in a new issue