stack_wallet/lib/pages
sneurlax c8691ac0cc fix address book contact selection
Thank you @julian for the patch,
```
Index: lib/pages/send_view/send_view.dart
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/lib/pages/send_view/send_view.dart b/lib/pages/send_view/send_view.dart
--- a/lib/pages/send_view/send_view.dart	(revision fa8829072e)
+++ b/lib/pages/send_view/send_view.dart	(date 1715103987498)
@@ -906,6 +906,10 @@
       sendToController.text = _data!.contactLabel;
       _address = _data!.address.trim();
       _addressToggleFlag = true;
+
+      WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
+        _setValidAddressProviders(_address);
+      });
     }

     if (isPaynymSend) {

```
2024-05-07 14:08:08 -05:00
..
add_wallet_views experimental navigation 2024-05-03 16:38:12 -06:00
address_book_views Fix error with deleting an address book entry 2024-02-08 14:35:51 +02:00
buy_view mostly (roughly) refactored with new wallet providers as well as using a TxData object in place of dynamic Maps 2023-11-03 13:46:55 -06:00
cashfusion various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
coin_control particl and namecoin refactor skeleton code with some interface clean up 2024-01-08 09:13:44 -06:00
exchange_view add/show spark balance where appropriate 2024-01-21 12:04:58 -06:00
generic docs: add header to source code again 2023-05-27 00:21:16 +03:00
home_view disable tor has been added popup 2024-01-04 11:28:38 -06:00
manage_favorites_view favourites ui fixes and provider tweaks 2023-11-08 15:43:01 -06:00
monkey various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
notification_views docs: add header to source code again 2023-05-27 00:21:16 +03:00
ordinals various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
paynym fetch paynym bot image over Tor 2024-04-25 15:35:04 -05:00
pinpad_views various address and SWB fixes, as well as some electrumx_interface unused function cleanup 2024-01-16 11:58:16 -06:00
receive_view mobile address list changes as per figma 2024-04-24 17:17:29 -06:00
send_view fix address book contact selection 2024-05-07 14:08:08 -05:00
settings_views experimental navigation 2024-05-03 16:38:12 -06:00
special Merge branch 'staging' into add_frost 2024-02-23 17:37:21 -06:00
token_view various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
wallet_view experimental navigation 2024-05-03 16:38:12 -06:00
wallets_view various frost ui flow tweaks and fixes 2024-05-03 12:22:19 -06:00
intro_view.dart docs: add header to source code again 2023-05-27 00:21:16 +03:00
loading_view.dart docs: add header to source code again 2023-05-27 00:21:16 +03:00
stack_privacy_calls.dart docs: add header to source code again 2023-05-27 00:21:16 +03:00
TermsOfServiceView.dart docs: add header to source code again 2023-05-27 00:21:16 +03:00