mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-20 22:28:48 +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) {
|
if (isPaynymSend) {
|
||||||
sendToController.text = widget.accountLite!.nymName;
|
sendToController.text = widget.accountLite!.nymName;
|
||||||
noteController.text = "PayNym send";
|
noteController.text = "PayNym send";
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback(
|
||||||
|
(_) => _setValidAddressProviders(sendToController.text),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (coin is! Epiccash) {
|
// if (coin is! Epiccash) {
|
||||||
|
|
Loading…
Reference in a new issue