mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 11:04:33 +00:00
comment updates
This commit is contained in:
parent
d03417782d
commit
f529686a99
1 changed files with 1 additions and 7 deletions
|
@ -38,6 +38,7 @@ class BuyWarningPopup extends StatelessWidget {
|
|||
Future<void> _buyInvoice() async {
|
||||
await showDialog<void>(
|
||||
context: context,
|
||||
// useRootNavigator: isDesktop,
|
||||
builder: (context) => BuyOrderDetailsView(
|
||||
order: order as SimplexOrder,
|
||||
),
|
||||
|
@ -63,13 +64,6 @@ class BuyWarningPopup extends StatelessWidget {
|
|||
Navigator.of(context, rootNavigator: isDesktop).pop();
|
||||
await _buyInvoice();
|
||||
});
|
||||
// BuyResponse<bool> response =
|
||||
// await redirect(order.value as SimplexOrder).then((order) {
|
||||
// // How would I correctly popUntil here?
|
||||
// // TODO save order
|
||||
// // TODO show order confirmation page
|
||||
// return order;
|
||||
// });
|
||||
},
|
||||
),
|
||||
icon: SizedBox(
|
||||
|
|
Loading…
Reference in a new issue