fix: show activation code dialog with qr scan

This commit is contained in:
2026-03-23 13:58:59 +01:00
parent 5111d5d65f
commit 73927557ca
4 changed files with 6 additions and 3 deletions

View File

@@ -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,

View File

@@ -7,6 +7,6 @@
<versions>
<version>2.6.4</version>
</versions>
<lastUpdated>20260322000000</lastUpdated>
<lastUpdated>20260323000000</lastUpdated>
</versioning>
</metadata>

View File

@@ -1 +1 @@
ec3c2e29f6fe8ca84eadd369212dff2b
c8bb6b48c804212ad373ce0bb2d28885

View File

@@ -1 +1 @@
df5c1d0c2331a0f608264e4d5f14b9492f5eb2aa
38e20434b1011d4356d9ae0fd248cc7567df09c3