From 73927557cad6e2e855f92a93f848fbaf439a3f6b Mon Sep 17 00:00:00 2001 From: aitorarana Date: Mon, 23 Mar 2026 13:58:59 +0100 Subject: [PATCH] fix: show activation code dialog with qr scan --- .../device_setup/presentation/steps/scan_watch_step.dart | 3 +++ .../build/com/entrust/antelop/antelop/maven-metadata.xml | 2 +- .../build/com/entrust/antelop/antelop/maven-metadata.xml.md5 | 2 +- .../build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/legacy/modules/legacy_auth/lib/src/features/device_setup/presentation/steps/scan_watch_step.dart b/modules/legacy/modules/legacy_auth/lib/src/features/device_setup/presentation/steps/scan_watch_step.dart index 41b034cd..f4505138 100644 --- a/modules/legacy/modules/legacy_auth/lib/src/features/device_setup/presentation/steps/scan_watch_step.dart +++ b/modules/legacy/modules/legacy_auth/lib/src/features/device_setup/presentation/steps/scan_watch_step.dart @@ -6,6 +6,8 @@ import 'package:flutter_riverpod/flutter_riverpod.dart'; import 'package:flutter_svg/flutter_svg.dart'; import 'package:sf_localizations/sf_localizations.dart'; +import '../widgets/activation_code_dialog.dart'; + class LegacyScanWatchStepScreen extends ConsumerWidget { const LegacyScanWatchStepScreen({super.key}); @@ -43,6 +45,7 @@ class LegacyScanWatchStepScreen extends ConsumerWidget { ); if (result == null || result.isEmpty) return; vm.onWatchQrScanned(result); + showActivationCodeDialog(context); }, child: Container( width: 170, diff --git a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml index f63f6c43..aaedbd62 100644 --- a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml +++ b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml @@ -7,6 +7,6 @@ 2.6.4 - 20260322000000 + 20260323000000 diff --git a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 index 2db69971..7459a2c5 100644 --- a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 +++ b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.md5 @@ -1 +1 @@ -ec3c2e29f6fe8ca84eadd369212dff2b \ No newline at end of file +c8bb6b48c804212ad373ce0bb2d28885 \ No newline at end of file diff --git a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 index 32c87574..3629dfda 100644 --- a/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 +++ b/packages/flutter_treezor_entrust_sdk_bridge/android/build/com/entrust/antelop/antelop/maven-metadata.xml.sha1 @@ -1 +1 @@ -df5c1d0c2331a0f608264e4d5f14b9492f5eb2aa \ No newline at end of file +38e20434b1011d4356d9ae0fd248cc7567df09c3 \ No newline at end of file