diff --git a/src/status_im/chat/models.cljs b/src/status_im/chat/models.cljs index 7f588646e4..fea2b28d80 100644 --- a/src/status_im/chat/models.cljs +++ b/src/status_im/chat/models.cljs @@ -252,7 +252,8 @@ (fx/merge cofx {:dispatch [:navigate-to :chat]} (navigation/change-tab :chat) - (navigation/pop-to-root-tab :chat-stack) + (when-not (= (:view-id db) :community) + (navigation/pop-to-root-tab :chat-stack)) (close-chat) (force-close-chat chat-id) (fn [{:keys [db]}]