We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6a5a commit 83b4661Copy full SHA for 83b4661
src/status_im/contexts/profile/contact/contact_request/view.cljs
@@ -20,7 +20,12 @@
20
on-message-submit (rn/use-callback (fn []
21
(rf/dispatch [:hide-bottom-sheet])
22
(rf/dispatch [:contact.ui/send-contact-request
23
- public-key message]))
+ public-key message])
24
+ (rf/dispatch [:toasts/upsert
25
+ {:id :send-contact-request
26
+ :type :positive
27
+ :text (i18n/label
28
+ :t/contact-request-was-sent)}]))
29
[public-key message])]
30
[:<>
31
[quo/drawer-top
0 commit comments