Skip to content

Commit

Permalink
Disabled NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
i5hi committed Dec 16, 2023
1 parent d91686a commit 283f620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ios": true,
//
//
"**/pubspec.yaml": true,
// "**/pubspec.yaml": true,
//
//
// "**/test": true,
Expand Down
10 changes: 5 additions & 5 deletions lib/import/xpub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ class ColdCardSection extends StatelessWidget {
),
BBButton.textWithRightArrow(
onPressed: () {
if (!scanning)
context.read<ImportWalletCubit>().coldCardNFCClicked();
else
context.read<ImportWalletCubit>().backClicked();
// if (!scanning)
// context.read<ImportWalletCubit>().coldCardNFCClicked();
// else
// context.read<ImportWalletCubit>().backClicked();
// ScaffoldMessenger.of(context).showSnackBar(context.showToast('Coming soon'));
},
label: 'Activate NFC',
label: 'Activate NFC (coming soon...)',
loading: scanning,
loadingText: 'Stop Scanning',
),
Expand Down

0 comments on commit 283f620

Please sign in to comment.