mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Fix exchange page as fullScreenDialog
This commit is contained in:
parent
deadc93a76
commit
d12bcc80d1
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ Route<dynamic> createRoute(RouteSettings settings) {
|
|||
|
||||
case Routes.exchange:
|
||||
return CupertinoPageRoute<void>(
|
||||
fullscreenDialog: true,
|
||||
builder: (_) => getIt.get<ExchangePage>());
|
||||
|
||||
case Routes.exchangeTemplate:
|
||||
|
|
Loading…
Reference in a new issue