From 97ed37bf005660ba939626d334bfaead5e6d5980 Mon Sep 17 00:00:00 2001 From: Nikolaus Heger Date: Wed, 17 Dec 2025 11:48:18 +0800 Subject: [PATCH 1/2] Fix pending transaction action sheet text fix timer crash when dismissing action sheet --- .../transaction_details_action_sheet.dart | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/mobile-app/lib/features/components/transaction_details_action_sheet.dart b/mobile-app/lib/features/components/transaction_details_action_sheet.dart index 46f84f50..d0f9474f 100644 --- a/mobile-app/lib/features/components/transaction_details_action_sheet.dart +++ b/mobile-app/lib/features/components/transaction_details_action_sheet.dart @@ -32,7 +32,7 @@ class TransactionDetailsActionSheet extends ConsumerStatefulWidget { } class _TransactionDetailsActionSheetState extends ConsumerState { - late Timer _timer; + Timer? _timer; late Duration _remainingTime; Future get _checksumFuture { @@ -77,6 +77,10 @@ class _TransactionDetailsActionSheetState extends ConsumerState Date: Wed, 17 Dec 2025 11:51:38 +0800 Subject: [PATCH 2/2] lockfile update --- quantus_sdk/pubspec.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quantus_sdk/pubspec.lock b/quantus_sdk/pubspec.lock index 4348b75a..e6709ab0 100644 --- a/quantus_sdk/pubspec.lock +++ b/quantus_sdk/pubspec.lock @@ -390,8 +390,8 @@ packages: dependency: "direct main" description: path: dart - ref: HEAD - resolved-ref: "1a12c851561b4000350830d55b3bd96a35922b38" + ref: "v1.0.0" + resolved-ref: fa788c17e08ae463f8f3a9690e2ecdc4d0b8565f url: "https://github.com/Quantus-Network/human-checkphrase.git" source: git version: "0.1.0"