[#12511] Fix unread indicator after opening profile modal from chat
This commit is contained in:
parent
4f88ab02e9
commit
ef34af3f01
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue