mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-09 10:15:22 +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;
|
sendToController.text = _data!.contactLabel;
|
||||||
_address = _data!.address.trim();
|
_address = _data!.address.trim();
|
||||||
_addressToggleFlag = true;
|
_addressToggleFlag = true;
|
||||||
|
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
|
||||||
|
_setValidAddressProviders(_address);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPaynymSend) {
|
if (isPaynymSend) {
|
||||||
|
|
Loading…
Reference in a new issue