mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Merge pull request #425 from status-im/bug/#315
Visual feedback after add contact (#315)
This commit is contained in:
commit
85494614df
@ -172,7 +172,8 @@
|
||||
(u/side-effect!
|
||||
(fn [_ [_ {:keys [whisper-identity] :as contact}]]
|
||||
(when-not (contacts/get-by-id whisper-identity)
|
||||
(dispatch [::prepare-contact contact])))))
|
||||
(dispatch [::prepare-contact contact])
|
||||
(dispatch [:start-chat whisper-identity {} :navigation-replace])))))
|
||||
|
||||
(register-handler ::prepare-contact
|
||||
(-> add-new-contact
|
||||
|
Loading…
x
Reference in New Issue
Block a user