Skip to content

Commit 182b5d5

Browse files
authored
trigger validation when scanning qr code (#1062)
1 parent 2d8969d commit 182b5d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/lib/screens/wallets/send.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ class _WalletSendScreenState extends ConsumerState<WalletSendScreen> {
475475
return;
476476
}
477477
toController.text = code.path;
478+
_validateToAddress();
478479
if (code.queryParameters.containsKey('amount')) {
479480
amountController.text = code.queryParameters['amount']!;
480481
}

0 commit comments

Comments
 (0)