From e1dfaa4a6b75da461931e0227f727d3146baca41 Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 23 Jul 2021 10:08:03 +0200 Subject: [PATCH] [#12310] "Unknown" screen if press a tag in timeline of another user in user's profile and tap back Signed-off-by: andrey --- src/status_im/chat/models.cljs | 2 ++ 1 file changed, 2 insertions(+) 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