mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
comment updates
This commit is contained in:
parent
277807309b
commit
8ba76e492e
1 changed files with 2 additions and 1 deletions
|
@ -48,10 +48,11 @@ class BuyWarningPopup extends StatelessWidget {
|
||||||
BuyResponse<SimplexOrder> order = await newOrder(quote);
|
BuyResponse<SimplexOrder> order = await newOrder(quote);
|
||||||
BuyResponse<bool> response =
|
BuyResponse<bool> response =
|
||||||
await redirect(order.value as SimplexOrder).then((order) {
|
await redirect(order.value as SimplexOrder).then((order) {
|
||||||
// TODO save order
|
|
||||||
Navigator.of(context, rootNavigator: isDesktop).pop();
|
Navigator.of(context, rootNavigator: isDesktop).pop();
|
||||||
Navigator.of(context, rootNavigator: isDesktop).pop();
|
Navigator.of(context, rootNavigator: isDesktop).pop();
|
||||||
// How would I correctly popUntil here?
|
// How would I correctly popUntil here?
|
||||||
|
// TODO save order
|
||||||
|
// TODO show order confirmation page
|
||||||
return order;
|
return order;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue