mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-31 15:59:26 +00:00
Merge pull request #852 from cypherstack/address-book
fix address book contact selection
This commit is contained in:
commit
7e1bbe6cd1
1 changed files with 4 additions and 0 deletions
|
@ -906,6 +906,10 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
sendToController.text = _data!.contactLabel;
|
||||
_address = _data!.address.trim();
|
||||
_addressToggleFlag = true;
|
||||
|
||||
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
|
||||
_setValidAddressProviders(_address);
|
||||
});
|
||||
}
|
||||
|
||||
if (isPaynymSend) {
|
||||
|
|
Loading…
Reference in a new issue