mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
This commit is contained in:
parent
0ed6f2689a
commit
f3d1611249
1 changed files with 3 additions and 0 deletions
|
@ -942,6 +942,9 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
if (isPaynymSend) {
|
||||
sendToController.text = widget.accountLite!.nymName;
|
||||
noteController.text = "PayNym send";
|
||||
WidgetsBinding.instance.addPostFrameCallback(
|
||||
(_) => _setValidAddressProviders(sendToController.text),
|
||||
);
|
||||
}
|
||||
|
||||
// if (coin is! Epiccash) {
|
||||
|
|
Loading…
Reference in a new issue