[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:
Foo Pang 2018-03-20 09:02:42 +08:00 committed by Julien Eluard
parent e8c954ddc6
commit 02d46c34de
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
1 changed files with 1 additions and 1 deletions

View File

@ -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 []