From ac26e030a43815e7ebcf7f924cabe961d691b2cc Mon Sep 17 00:00:00 2001 From: fremartini Date: Thu, 28 Sep 2023 19:04:14 +0200 Subject: [PATCH] ignore --- lib/features/product/presentation/pages/buy_tickets_page.dart | 2 +- lib/features/ticket/presentation/widgets/tickets_section.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/product/presentation/pages/buy_tickets_page.dart b/lib/features/product/presentation/pages/buy_tickets_page.dart index 3b3d6ee95..e36504a42 100644 --- a/lib/features/product/presentation/pages/buy_tickets_page.dart +++ b/lib/features/product/presentation/pages/buy_tickets_page.dart @@ -123,7 +123,7 @@ class BuyTicketsPage extends StatelessWidget { productName: payment.productName, timeUsed: payment.purchaseTime, context: context, - ); + ).ignore(); await updateTicketsRequest; await updateReceiptsRequest; } diff --git a/lib/features/ticket/presentation/widgets/tickets_section.dart b/lib/features/ticket/presentation/widgets/tickets_section.dart index c44df5eb9..05cbff5ad 100644 --- a/lib/features/ticket/presentation/widgets/tickets_section.dart +++ b/lib/features/ticket/presentation/widgets/tickets_section.dart @@ -57,7 +57,7 @@ class TicketSection extends StatelessWidget { productName: state.receipt.productName, timeUsed: state.receipt.timeUsed, context: context, - ); + ).ignore(); } if (state is TicketsUseError) { LoadingOverlay.hide(context);