diff --git a/src/status_im/new_group/handlers.cljs b/src/status_im/new_group/handlers.cljs index 78e182cb5f..0f1c1c6b3b 100644 --- a/src/status_im/new_group/handlers.cljs +++ b/src/status_im/new_group/handlers.cljs @@ -81,7 +81,8 @@ (defn show-chat! [{:keys [new-chat]} _] - (dispatch [:navigation-replace :chat (:chat-id new-chat)])) + (dispatch [:navigate-to-clean :chat-list]) + (dispatch [:navigate-to :chat (:chat-id new-chat)])) (defn start-listen-group! [{:keys [new-chat web3 current-public-key]}]