mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
Revert "fixed #702" This reverts commit ad255fbf8c474c0623eb0eb69ad31852b1b93f76. fixed #702
This commit is contained in:
parent
556b9beec7
commit
2765ca3eca
@ -82,9 +82,8 @@
|
|||||||
|
|
||||||
(defn show-profile
|
(defn show-profile
|
||||||
[db [_ identity]]
|
[db [_ identity]]
|
||||||
(-> db
|
(dispatch [:navigate-forget :profile])
|
||||||
(assoc :contact-identity identity)
|
(assoc db :contact-identity identity))
|
||||||
(push-view :profile)))
|
|
||||||
|
|
||||||
(register-handler :show-profile show-profile)
|
(register-handler :show-profile show-profile)
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
(defn message-user [identity]
|
(defn message-user [identity]
|
||||||
(when identity
|
(when identity
|
||||||
(dispatch [:navigate-to :chat identity])))
|
(dispatch [:navigation-replace :chat identity])))
|
||||||
|
|
||||||
(register-handler :open-image-picker
|
(register-handler :open-image-picker
|
||||||
(u/side-effect!
|
(u/side-effect!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user