diff --git a/src/status_im/new_group/handlers.cljs b/src/status_im/new_group/handlers.cljs index 0f1c1c6b3b..de0a57dce3 100644 --- a/src/status_im/new_group/handlers.cljs +++ b/src/status_im/new_group/handlers.cljs @@ -116,7 +116,8 @@ (register-handler :create-new-public-group (after (fn [_ [_ topic]] - (dispatch [:navigation-replace :chat topic]))) + (dispatch [:navigate-to-clean :chat-list]) + (dispatch [:navigate-to :chat topic]))) (u/side-effect! (fn [db [_ topic]] (let [exists? (boolean (get-in db [:chats topic]))