mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
Merge branch 'staging' into docs
This commit is contained in:
commit
21334121c1
1 changed files with 4 additions and 0 deletions
|
@ -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(),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue