[#12511] Fix unread indicator after opening profile modal from chat
This commit is contained in:
parent
905a9d8c9a
commit
d9f3c49aec
|
@ -244,7 +244,7 @@
|
|||
:else
|
||||
(if (and (= :chat tab) platform/ios?)
|
||||
{:dotIndicator {:visible false}}
|
||||
{:dotIndicator {:visible false} :badge nil}))}))))
|
||||
{:dotIndicator {:visible false} :badge ""}))}))))
|
||||
|
||||
(re-frame/reg-fx
|
||||
:pop-to-root-tab-fx
|
||||
|
|
Loading…
Reference in New Issue