Skip to content

Commit

Permalink
Fix paste button not enabling the continue button on asset transfer p…
Browse files Browse the repository at this point in the history
…age (#200)
  • Loading branch information
wal33d006 authored Jan 26, 2022
1 parent 5efce36 commit 5731327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starport_template/lib/widgets/send_money_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class _SendMoneyFormState extends State<SendMoneyForm> {
Future<void> _onTapPaste() async {
final value = await FlutterClipboard.paste();
setState(() => controller.text = value);
widget.onAddressChanged(value);
}

@override
Expand Down

0 comments on commit 5731327

Please sign in to comment.