mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-26 16:39:24 +00:00
[Fix #3609] Remove showing users profile from 'Creating New Chat' flow
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
e8c954ddc6
commit
02d46c34de
@ -15,7 +15,7 @@
|
||||
|
||||
(defn- render-row [row _ _]
|
||||
[contact-view/contact-view {:contact row
|
||||
:on-press #(re-frame/dispatch [:show-profile (:whisper-identity %)])
|
||||
:on-press #(re-frame/dispatch [:start-chat (:whisper-identity %) {:navigation-replace? true}])
|
||||
:show-forward? true}])
|
||||
|
||||
(views/defview new-chat []
|
||||
|
Loading…
x
Reference in New Issue
Block a user