diff --git a/src/status_im/chat/events.cljs b/src/status_im/chat/events.cljs index 7cd55a84ba..38e47f3164 100644 --- a/src/status_im/chat/events.cljs +++ b/src/status_im/chat/events.cljs @@ -292,8 +292,8 @@ (navigate-to-chat cofx chat-id false)) ([cofx chat-id navigation-replace?] (let [nav-fn (if navigation-replace? - #(navigation/navigate-to % :chat) - #(navigation/replace-view % :chat))] + #(navigation/replace-view % :chat) + #(navigation/navigate-to % :chat))] (-> (preload-chat-data cofx chat-id) (update :db nav-fn)))))