From 02d46c34dec64274601b5a54e17285c6ea040745 Mon Sep 17 00:00:00 2001 From: Foo Pang Date: Tue, 20 Mar 2018 09:02:42 +0800 Subject: [PATCH] [Fix #3609] Remove showing users profile from 'Creating New Chat' flow Signed-off-by: Julien Eluard --- src/status_im/ui/screens/add_new/new_chat/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/add_new/new_chat/views.cljs b/src/status_im/ui/screens/add_new/new_chat/views.cljs index 6ca089474c..be5107041b 100644 --- a/src/status_im/ui/screens/add_new/new_chat/views.cljs +++ b/src/status_im/ui/screens/add_new/new_chat/views.cljs @@ -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 []