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
|
||||
[db [_ identity]]
|
||||
(-> db
|
||||
(assoc :contact-identity identity)
|
||||
(push-view :profile)))
|
||||
(dispatch [:navigate-forget :profile])
|
||||
(assoc db :contact-identity identity))
|
||||
|
||||
(register-handler :show-profile show-profile)
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
(defn message-user [identity]
|
||||
(when identity
|
||||
(dispatch [:navigate-to :chat identity])))
|
||||
(dispatch [:navigation-replace :chat identity])))
|
||||
|
||||
(register-handler :open-image-picker
|
||||
(u/side-effect!
|
||||
|
Loading…
x
Reference in New Issue
Block a user