Merge remote-tracking branch 'origin/feature/linked-devices' into fusion-app
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user