[#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:
andrey 2021-07-23 10:08:03 +02:00
parent b292e7ea5a
commit e1dfaa4a6b
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 2 additions and 0 deletions

View File

@ -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