Merge branch 'staging' into docs

This commit is contained in:
sneurlax 2024-09-11 00:26:56 -05:00 committed by GitHub
commit 21334121c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,6 +357,8 @@ class _DesktopStep2State extends ConsumerState<DesktopStep2> {
focusNode: _toFocusNode,
style: STextStyles.field(context),
onChanged: (value) {
ref.read(desktopExchangeModelProvider)!.recipientAddress =
_toController.text;
widget.enableNextChanged.call(
_next(),
);
@ -504,6 +506,8 @@ class _DesktopStep2State extends ConsumerState<DesktopStep2> {
focusNode: _refundFocusNode,
style: STextStyles.field(context),
onChanged: (value) {
ref.read(desktopExchangeModelProvider)!.refundAddress =
_refundController.text;
widget.enableNextChanged.call(
_next(),
);