diff --git a/src/status_im/chat/models.cljs b/src/status_im/chat/models.cljs index 37b0ca03bc..a5f0ff40d0 100644 --- a/src/status_im/chat/models.cljs +++ b/src/status_im/chat/models.cljs @@ -217,6 +217,8 @@ (fn [{:keys [db]}] {:db (assoc db :current-chat-id chat-id :ignore-close-chat true)}) (preload-chat-data chat-id) + (navigation/change-tab :chat) + (navigation/pop-to-root-tab :chat-stack) (navigation/navigate-to-cofx :chat nil))) (fx/defn handle-clear-history-response