[#12310] "Unknown" screen if press a tag in timeline of another user in user's profile and tap back
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
b292e7ea5a
commit
e1dfaa4a6b
|
@ -217,6 +217,8 @@
|
||||||
(fn [{:keys [db]}]
|
(fn [{:keys [db]}]
|
||||||
{:db (assoc db :current-chat-id chat-id :ignore-close-chat true)})
|
{:db (assoc db :current-chat-id chat-id :ignore-close-chat true)})
|
||||||
(preload-chat-data chat-id)
|
(preload-chat-data chat-id)
|
||||||
|
(navigation/change-tab :chat)
|
||||||
|
(navigation/pop-to-root-tab :chat-stack)
|
||||||
(navigation/navigate-to-cofx :chat nil)))
|
(navigation/navigate-to-cofx :chat nil)))
|
||||||
|
|
||||||
(fx/defn handle-clear-history-response
|
(fx/defn handle-clear-history-response
|
||||||
|
|
Loading…
Reference in New Issue