We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6a5a commit 3ed229aCopy full SHA for 3ed229a
src/status_im/contexts/profile/contact/contact_request/view.cljs
@@ -20,7 +20,11 @@
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 :t/contact-request-was-sent)}]))
28
[public-key message])]
29
[:<>
30
[quo/drawer-top
0 commit comments