Merge pull request #852 from cypherstack/address-book

fix address book contact selection
This commit is contained in:
julian-CStack 2024-05-07 16:30:55 -06:00 committed by GitHub
commit 7e1bbe6cd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {