mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
multi search ui fix
This commit is contained in:
parent
f76807d8a5
commit
cc58379f3b
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ class _AddNewPaynymFollowViewState
|
||||||
.backgroundAppBar
|
.backgroundAppBar
|
||||||
: null,
|
: null,
|
||||||
child: PaynymCard(
|
child: PaynymCard(
|
||||||
|
key: UniqueKey(),
|
||||||
label: _searchResult!.nymName,
|
label: _searchResult!.nymName,
|
||||||
paymentCodeString: _searchResult!.codes.first.code,
|
paymentCodeString: _searchResult!.codes.first.code,
|
||||||
walletId: widget.walletId,
|
walletId: widget.walletId,
|
||||||
|
|
Loading…
Reference in a new issue