mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +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:
|
case Routes.exchange:
|
||||||
return CupertinoPageRoute<void>(
|
return CupertinoPageRoute<void>(
|
||||||
|
fullscreenDialog: true,
|
||||||
builder: (_) => getIt.get<ExchangePage>());
|
builder: (_) => getIt.get<ExchangePage>());
|
||||||
|
|
||||||
case Routes.exchangeTemplate:
|
case Routes.exchangeTemplate:
|
||||||
|
|
Loading…
Reference in a new issue