[#12511] Fix unread indicator after opening profile modal from chat

This commit is contained in:
Roman Volosovskyi 2021-08-27 13:23:52 +03:00
parent 905a9d8c9a
commit d9f3c49aec
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
:else :else
(if (and (= :chat tab) platform/ios?) (if (and (= :chat tab) platform/ios?)
{:dotIndicator {:visible false}} {:dotIndicator {:visible false}}
{:dotIndicator {:visible false} :badge nil}))})))) {:dotIndicator {:visible false} :badge ""}))}))))
(re-frame/reg-fx (re-frame/reg-fx
:pop-to-root-tab-fx :pop-to-root-tab-fx